the-honk/school/gcse/year 9/python challenges/16 - Print 1 to 10.py

2 lines
36 B
Python
Raw Normal View History

2024-10-09 17:02:27 +00:00
for i in range(10):
print(i + 1)