Teil 6 "Objekte ist neu
Repository aufgeräumt.
This commit is contained in:
7
teil5/lists/append.py
Normal file
7
teil5/lists/append.py
Normal file
@@ -0,0 +1,7 @@
|
||||
namen = ["Homer", "Marge", "Bart"]
|
||||
|
||||
|
||||
namen.append('Lisa')
|
||||
namen.append('Maggie')
|
||||
|
||||
print(namen)
|
Reference in New Issue
Block a user