I don’t understand what’s next someone help
1 Like
Inside print method, don’t put the (’ ')… i.e dont write print(‘Month’)…
Write print(Month) without quotes… If you write it with the quote, It will print the string.
Same for the variable Fri
3 Likes
That is correct, except I would lowercase the Month as it is defined that way in the variable declaration
3 Likes