Skip to content

Commit 73d377d

Browse files
authored
Update Calender.py
1 parent c649aa3 commit 73d377d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
# A simple calender disply app.
1+
# A simple calender disply app.
22
from calendar import TextCalendar
33
year = int(input('Enter a year: '))
44
cal = TextCalendar()
5-
print(cal.formatyear(year, 2, 1, 8, 3))
5+
print(cal.formatyear(year, 2, 1, 8, 3))
6+
# Author - Mmabiaa

0 commit comments

Comments
 (0)