python输出指定月份的日历
#!/usr/bin/python import calendar cal = calendar.month(2008, 1) print "Here is the calendar:" print cal;
python输出指定月份的日历
#!/usr/bin/python import calendar cal = calendar.month(2008, 1) print "Here is the calendar:" print cal;

开心洋葱网 自豪地采用 WordPress 构建
