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)

arrow
arrow
    全站熱搜

    Walter Blyss 發表在 痞客邦 留言(0) 人氣()