python-CSD-kursu/python-app/calendar_code.py

5 lines
68 B
Python
Raw Permalink Normal View History

2024-06-06 01:23:02 +00:00
import calendar
cal = calendar.TextCalendar()
cal.prmonth(2024, 6)