Skip to content

Commit

Permalink
Update Calender.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Mmabiaa authored Nov 17, 2024
1 parent 1d17414 commit a57574a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Python_Begginer_Projects/Amazing/Calender.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# A simple calender disply app.
from calendar import TextCalendar
year = int(input('Enter a year: '))
cal = TextCalendar()
Expand Down

0 comments on commit a57574a

Please sign in to comment.