Teil 2 Beispiele.
This commit is contained in:
6
teil2/forloop.py
Normal file
6
teil2/forloop.py
Normal file
@@ -0,0 +1,6 @@
|
||||
namen = ["World", "Homer", "Marge", "Bart"]
|
||||
|
||||
for name in namen:
|
||||
print("Hello " + name)
|
||||
print('Das war es')
|
||||
|
Reference in New Issue
Block a user