91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

python中calendar函數怎么用

九三
484
2021-01-30 11:10:35
欄目: 編程語言

python中calendar函數怎么用

calendar函數在python中使用方法有以下幾種

1.calendar.monthcalendar(year,month)

calendar.monthcalendar(year,month)方法是用于返回一個整數的單層嵌套列表。

使用方法:

import calendar

calendar.monthcalendar(2018,10)

[[1, 2, 3, 4, 5, 6, 7], [8, 9, 10, 11, 12, 13, 14], [15, 16, 17, 18, 19, 20, 21], [22, 23, 24, 25, 26, 27, 28], [29, 30, 31, 0, 0, 0,

2.calendar.weekday(year,month,day)

calendar.weekday(year,month,day)是用于返回給定日期的日期碼。

使用方法:

import calendar

calendar.weekday(2021,1,22)

>>>5

3.calendar.isleap(year)

calendar.isleap(year)方法是用于判斷年份,是閏年返回True,否則為false。

使用方法:

import calendar

calendar.isleap(2015)

>>> False

calendar.isleap(year=2012)

>>> True

calendar.isleap(2012)

>>> True

0
渭南市| 高唐县| 成武县| 镇雄县| 天等县| 桦川县| 虹口区| 长顺县| 五峰| 古丈县| 新乡县| 吴忠市| 微山县| 鲁甸县| 浙江省| 延津县| 中山市| 梁河县| 河东区| 澄江县| 舟曲县| 科技| 建湖县| 沭阳县| 丰城市| 芦溪县| 邳州市| 建德市| 汉阴县| 老河口市| 获嘉县| 平山县| 巩留县| 阳谷县| 库伦旗| 普定县| 伊川县| 高雄县| 商河县| 曲松县| 兰西县|