# calendar_specified_year_month.py


import calendar


# specify year and month

year = 2029

month = 4


# show the calendar for April 2029

print(calendar.month(year, month))


input('')


##


# Dedicated to God the Father

# All Rights Reserved Christopher Andrew Topalian Copyright 2000-2024

# https://github.com/ChristopherTopalian

# https://github.com/ChristopherAndrewTopalian

# https://sites.google.com/view/CollegeOfScripting