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.
5.1m questions
6.7m answers