[Python] python输出指定月份的日历 →→→→→进入此内容的聊天室

来自 , 2019-05-24, 写在 Python, 查看 101 次.
URL http://www.code666.cn/view/6c2fdcf8
  1. #!/usr/bin/python
  2. import calendar
  3.  
  4. cal = calendar.month(2008, 1)
  5. print "Here is the calendar:"
  6. print cal;
  7.  

回复 "python输出指定月份的日历"

这儿你可以回复上面这条便签

captcha