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

3 lines
53 B
Python

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