📅  最后修改于: 2022-03-11 14:45:47.972000             🧑  作者: Mango
代码示例2
import calander
ear = int(input("Input the year:- "))
Month = int(input("Input the month:- "))
print(calendar.month(y, m))