📌  相关文章
📜  如何在python代码示例中获取年份和月份

📅  最后修改于: 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))