import calendar def printcalendar(2020); print(calendar.calendar(year)) year = int (input('2020')) printcalendar(2020) | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
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 Respostas
+ 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