2022-03-17 14:46:53 +01:00

4 lines
52 B
Python

#Zählschleife
for i in range(5,10,2):
print(i)