/ Published in: Python

Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
import calendar cal = calendar.month(2012, 12) #calendar.month(theyear, themonth) print cal
Comments
