You are on page 1of 1

for i in range(0,len(month_list)): #**************HAVE TO UPDATE MONTH_LIST

ACCORDING TO MAX(date and num of days) so it changes, same with spaces , update
according to min of input*********************
i+=1
#for i in num_days_in_week:
#for i in num_days_in_week: has to be inside for loop above for
horizontal....*****************
#if i == len(num_days_in_week):
print(str_line, i, end='')
#JUST GOTTA PRINT ON THE SAME LINE AND ADJUST NUMBERS PROPERLY
# - the day of which it starts - code above (day_of_month_begins)
#also this number has to used as spaces (where month starts) because now it is
just subtracting the number of spaces from the days in the month

You might also like