4 lines
49 B
Python
4 lines
49 B
Python
|
#Zählschleife
|
||
|
|
||
|
for i in range(2,5):
|
||
|
print(i)
|