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