close
#!/usr/bin/env python
import calendar
month = raw_input("Input Month : ")
year = raw_input("Input Year : ")
month = int(month)
year = int(year)
calendar.prmonth(year, month)
全站熱搜
#!/usr/bin/env python
import calendar
month = raw_input("Input Month : ")
year = raw_input("Input Year : ")
month = int(month)
year = int(year)
calendar.prmonth(year, month)