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 307c103 commit aa28c05Copy full SHA for aa28c05
Python_Begginer_Projects/Amazing/Calender.py
@@ -0,0 +1,4 @@
1
+from calendar import TextCalendar
2
+year = int(input('Enter a year: '))
3
+cal = TextCalendar()
4
+print(cal.formatyear(year, 2, 1, 8, 3))
0 commit comments