Skip to content

Commit aa28c05

Browse files
authored
Add files via upload
1 parent 307c103 commit aa28c05

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)