下面的代码用于判断用户输入的年份是否为闰年: ```python # Filename : main.py # author by : www.twle.cn year = int(input("输入一个年份: ")) if (year % 4) ...
確定! 回上一頁