python-CSD-kursu/python-temel/range.for.3.py

4 lines
54 B
Python

for i in range(10, 20):
print(i, end=' ')
print()