We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d17414 commit a57574aCopy full SHA for a57574a
Python_Begginer_Projects/Amazing/Calender.py
@@ -1,3 +1,4 @@
1
+# A simple calender disply app.
2
from calendar import TextCalendar
3
year = int(input('Enter a year: '))
4
cal = TextCalendar()
0 commit comments