csc-python-solutions/12/2 - Lucky Sevens.py
2021-02-18 09:00:31 +01:00

3 lines
40 B
Python

for i in range(17, 98, 10):
print(i)