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

5 lines
68 B
Python
Raw Permalink Normal View History

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