Börjat lägga till kodexempel
This commit is contained in:
4
kapitel7/for-loop-ex1.py
Normal file
4
kapitel7/for-loop-ex1.py
Normal file
@@ -0,0 +1,4 @@
|
||||
lista = ["Kalle", "Lisa", "Linda"]
|
||||
for namn in lista:
|
||||
print("Hej %s, hur är läget?" %namn)
|
||||
|
Reference in New Issue
Block a user