Python-Example/example.py
2024-09-18 22:13:21 +00:00

2 lines
No EOL
45 B
Python

for number in range(1,101):
print(number)