Created directories for the chapters
This commit is contained in:
5
kapitel7/sidan_121_ex1.py
Normal file
5
kapitel7/sidan_121_ex1.py
Normal file
@@ -0,0 +1,5 @@
|
||||
while True:
|
||||
text = input("Skriv något: ")
|
||||
if (text == "klar"):
|
||||
break
|
||||
print (text)
|
Reference in New Issue
Block a user