摘要:
【知识梳理】 【典例分析】 【例题13】 题目:判断用户输入的年份是否为闰年 1 while 1: 2 num = int(input("")) 3 4 if ((num % 4) == 0) and ((num % 100) != 0) or ((num % 400) == 0): 5 print 阅读全文
posted @ 2019-10-16 22:27
ZRSAFD
阅读(91)
评论(0)
推荐(0)
浙公网安备 33010602011771号