import calendar

c = calendar.TextCalendar()
print(c.formatmonth(2023, 1))
print(c.formatmonth(2023, 2))
print(c.formatmonth(2023, 3))
print(c.formatmonth(2023, 4))
print(c.formatmonth(2023, 5))
print(c.formatmonth(2023, 6))

Embed on website

To embed this program on your website, copy the following code and paste it into your website's HTML: