橘子味的心
标题:Python3 获得日历calendar

Python3 获得日历calendar

#!/usr/bin/python3
import calendar

cal = calendar.month(2016, 2)
print ("Here is the calendar:")
print (cal)

目录

分类