2019年1月2日

课堂练习

摘要: def date(x,y,z): list1 = [31,29,31,30,31,30,31,31,30,31,30,31] list2 = [31,28,31,30,31,30,31,31,30,31,30,31] z += 1 if x % 4 == 0 or x % 100 == 0 or x % 400 == 0: if z > list1... 阅读全文

posted @ 2019-01-02 10:26 史宝雍 阅读(103) 评论(1) 推荐(0)

导航