Created directories for the chapters
This commit is contained in:
3
kapitel7/sidan_110_ex1.py
Normal file
3
kapitel7/sidan_110_ex1.py
Normal file
@@ -0,0 +1,3 @@
|
||||
lista = ["Kalle", "Lisa", "Linda"]
|
||||
for namn in lista:
|
||||
print ("Hej %s, hur är läget?" %namn)
|
Reference in New Issue
Block a user