4 lines
52 B
Python
Raw Permalink Normal View History

2022-03-17 14:20:54 +01:00
#Zählschleife
2022-03-17 14:46:53 +01:00
for i in range(5,10,2):
2022-03-17 14:20:54 +01:00
print(i)