62.5k views
3 votes
Project stem
Assignment 7: calender

User TRose
by
8.3k points

1 Answer

4 votes

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.

User Dcbaker
by
7.9k points

Related questions

1 answer
0 votes
27.3k views
asked Oct 14, 2024 63.0k views
Gzaxx asked Oct 14, 2024
by Gzaxx
8.3k points
1 answer
4 votes
63.0k views
1 answer
1 vote
202k views