while True: text = input("Skriv nĂ¥got: ") if (text == "klar"): break print (text)