English, asked by bijaya2377, 1 day ago

Write a python function that will output 12 months

Answers

Answered by ishanjha18
0

Answer:

Explanation:

Hey, this is english section so its preferable that put the question in computer science category from next time.

But being a computer science student here is your answer:-

1. import calendar  

2. y = int(input("Input the year : "))

3. m = int(input("Input the month : "))

4. print(calendar.month(y, m))

check the picture below to see how it works.

If the answer satisfies you, its highly appreciable if you give me brainliest

Attachments:
Similar questions