Sources von Teil 3
This commit is contained in:
5
teil2/range.py
Normal file
5
teil2/range.py
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
|
||||
for zahl in range(1,11,2):
|
||||
print(zahl)
|
||||
|
Reference in New Issue
Block a user