Börjat lägga till kodexempel
This commit is contained in:
6
kapitel7/while-true-ex1.py
Normal file
6
kapitel7/while-true-ex1.py
Normal file
@@ -0,0 +1,6 @@
|
||||
while True:
|
||||
text = input("Skriv något: ")
|
||||
if (text == "klar"):
|
||||
break
|
||||
print(text)
|
||||
|
Reference in New Issue
Block a user