Create 2 - Lucky Sevens.py

This commit is contained in:
Lukas Baumann 2021-02-18 09:00:31 +01:00 committed by GitHub
parent 426d8f87b4
commit bea4a8ea76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
12/2 - Lucky Sevens.py Normal file
View File

@ -0,0 +1,2 @@
for i in range(17, 98, 10):
print(i)