#!/usr/bin/env python import calendar month = raw_input("Input Month : ") year = raw_input("Input Year : ") month = int(month)
確定! 回上一頁