📅
Calendar
Python47 lines· A console program that prints the calendar for a year and month entered by the user, with input validation.
Original project by @snehafarkya — view source on GitHubReady when you are
Calendar
A console program that prints the calendar for a year and month entered by the user, with input validation.
How to run
python displayCalendar.py
Dependencies
Standard library only (calendar).
Pyodide-runnable
Yes - it is a pure-stdlib console program using only the calendar module and input()/print().
calendar.py· Python 3.x
44 linesConsole· terminal