Sources von Teil 3

This commit is contained in:
2023-02-19 09:54:34 +01:00
parent bad8696d67
commit c21159f36f
14 changed files with 67 additions and 0 deletions

5
teil2/range.py Normal file
View File

@@ -0,0 +1,5 @@
for zahl in range(1,11,2):
print(zahl)