用python获取某年日历表

  • Post author:
  • Post category:python


朋友们大家好,今天我来教大家如何获取某年的日历表,先来看一下效果:

可以看到,程序打印出了2022年的日历表,那么这段代码该如何实现呢,

首先,需要导入calendar 模块,此模块为python标准库,无需下载

import calendar

然后,我们可以使用calendar的calendar()功能来实现获取某年日历

print(calendar.calendar(2022))

这段代码可以打印2022年的日历表,但是如果想获取更多的日历表,就可以使用input()命令

import calendar

import time

while True:

a=int(input(‘你想知道哪一年的日历: ‘))

print(calendar.calendar(a))

time.sleep(1)

print()

time模块为装饰,编写程序时无需此模块。

上面这段代码就可以打印出你想获得的某年日历表。

如果你想获得某年某月的日历表,就可以使用calendar模块的mouth()功能。

import calendar

print(caledar.mouth(2022,8))

可以看到,此代码打印出了2022年8月的日历表。

好了,本文章的内容就到这里,感谢观看!



版权声明:本文为hu20100913原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。