the-honk/school/gcse/year 9/python challenges/16 - Print 1 to 10.py
2024-10-09 18:02:36 +01:00

2 lines
No EOL
36 B
Python

for i in range(10):
print(i + 1)