Kapitel 18: Generatoren und list comprehension
This commit is contained in:
4
teil18/zahlen_for.py
Normal file
4
teil18/zahlen_for.py
Normal file
@@ -0,0 +1,4 @@
|
||||
zahlen = [1,2,3,4,5,6,7,8,9,10]
|
||||
|
||||
for n in zahlen:
|
||||
print(n)
|
Reference in New Issue
Block a user