Python für den Schleifensprung um 2
for i in range(0,10,2):
print(i)
Precious Pintail
for i in range(0,10,2):
print(i)