How do you display a full year’s calendar for a specific year using Python’s calendar module?
calendar
Select all that apply:
Call .formatyear() on a TextCalendar instance with the year as an argument
.formatyear()
TextCalendar
You can’t display a full year’s calendar with Python
Call .pryear() on a TextCalendar instance with the year as an argument
.pryear()
Pass the year as an argument to python -m calendar
python -m calendar
Hint
You can check the official documentation when in doubt.
Sorry! There has been an error processing your answer. Please try again.
Got feedback on this question?