Skip to content

Commit

Permalink
Update Calender.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Mmabiaa authored Dec 26, 2024
1 parent c649aa3 commit 73d377d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Python_Begginer_Projects/Amazing/Calender.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# A simple calender disply app.
# A simple calender disply app.
from calendar import TextCalendar
year = int(input('Enter a year: '))
cal = TextCalendar()
print(cal.formatyear(year, 2, 1, 8, 3))
print(cal.formatyear(year, 2, 1, 8, 3))
# Author - Mmabiaa

0 comments on commit 73d377d

Please sign in to comment.