csc-python-solutions/12/2 - Lucky Sevens.py

3 lines
40 B
Python
Raw Normal View History

2021-02-18 08:00:31 +00:00
for i in range(17, 98, 10):
print(i)