import calendar def printcalendar(2020); print(calendar.calendar(year)) year = int (input('2020')) printcalendar(2020) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

8th Aug 2020, 6:48 AM
Jaywardhan
2 Answers
+ 3
You are using wrong syntax, learn basics first and use relevant programming tags🙂 https://code.sololearn.com/cojn77eNqH35/?ref=app
8th Aug 2020, 6:54 AM
v@msi😉
v@msi😉 - avatar
0
Thanks , I got it 🙂
8th Aug 2020, 7:43 AM
Jaywardhan