complete 20004.py
This commit is contained in:
4
zeta_python/completed/20004.py
Normal file
4
zeta_python/completed/20004.py
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
if __name__ == "__main__":
|
||||||
|
A = int(input())
|
||||||
|
for i in range(1, A + 1):
|
||||||
|
print(i) if 30 % (i + 1) == 0 else 0
|
||||||
Reference in New Issue
Block a user