3 lines
40 B
Python
3 lines
40 B
Python
|
for i in range(17, 98, 10):
|
||
|
print(i)
|