Files
pythonkurs/teil2/range.py
2023-02-19 09:54:34 +01:00

6 lines
44 B
Python

for zahl in range(1,11,2):
print(zahl)