收起
import calendar year = int(input("输入年份year:")) table = calendar.calendar(year) print(table)
报告相同问题?