1、首先使用组合键win+R打开运行窗口。
3、输入python,回车后进入python交互模式。
5、使用代码 print(calendar.month(2021,11)) 打印2021年11月的月历。