python学习笔记之—— calendar(日历)模块

内置函数month()

#!/usr/bin/python
import calendar
print calendar.month(2017,12)

输出:

   December 2017
Mo Tu We Th Fr Sa Su
             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

 

posted @ 2017-12-22 14:34  爬虫上的雪碧  阅读(1457)  评论(0编辑  收藏  举报