Answer:
import calendar
year = int(input("Enter a year: "))
month = int(input("Enter a month: "))
print(calendar.month(year, month))
Step-by-step explanation:
since you didnt mention what program to use, im going to answer using python.
7.6m questions
10.1m answers