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

4 lines
50 B
Python

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