My code looks as follows:
startDates = ['2011-01-01','2012-01-01']
endDates = ['2013-01-01','2014-01-01']
theJuice = []
for startDate in startDates and endDate in endDates:
    start_date = startDate 
    end_date = endDate
    print start_date
    print end_date
I hope you can help me.
 
     
    