Browse Source

删除 'sy5-11.py'

master
吴思辰 3 years ago
parent
commit
6b153336e8
1 changed files with 0 additions and 8 deletions
  1. +0
    -8
      sy5-11.py

+ 0
- 8
sy5-11.py View File

@ -1,8 +0,0 @@
def isLeap(year):
if((year%4==0 and year%100!=0)or(year%100==0 and year%400==0)):
return True;
else:
return False;
for i in range(1900,2022):
if(isLeap(i)):
print(f'{i}',end='\t')

Loading…
Cancel
Save