0
import calendar def printcalendar(2020); print(calendar.calendar(year)) year = int (input('2020')) printcalendar(2020)
I'm not getting that what's wrong in this code , in order to print calendar
2 Answers
+ 3
You are using wrong syntax, learn basics first and use relevant programming tagsđ
https://code.sololearn.com/cojn77eNqH35/?ref=app
0
Thanks , I got it đ