-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.tar
7 lines (7 loc) · 10 KB
/
test.tar
1
2
3
4
5
6
7
Code/ 0000755 0011610 0011610 00000000000 14265030116 012526 5 ustar shiyanlou shiyanlou Code/jump3.py 0000664 0011610 0011610 00000000173 14265030116 014141 0 ustar shiyanlou shiyanlou a = 0
for a in range(1,101):
if a % 7 == 0 or a % 10 == 7 or a // 10 == 7:
continue
else:
print(a)