Teil 6 "Objekte ist neu
Repository aufgeräumt.
This commit is contained in:
4
teil5/lists/iter_namen.py
Normal file
4
teil5/lists/iter_namen.py
Normal file
@@ -0,0 +1,4 @@
|
||||
namen = ["Homer", "Marge", "Bart"]
|
||||
|
||||
for ind in range(0,len(namen)):
|
||||
print(f'{ind}: {namen[ind]}')
|
Reference in New Issue
Block a user