ID EN
Calendar

calendar

Python 3.11

Returns a 3-column calendar for an entire year as a multi-line string using the formatyear() of the TextCalendar class.

Syntax

PYTHON
calendar.calendar(year, w=2, l=1, c=6, m=3)

See Also

formatyear() TextCalendar