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

来自 , 2020-02-08, 写在 Python, 查看 110 次.
URL http://www.code666.cn/view/217b4c71
  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