hello.py 100 Bytes Raw Blame History Permalink 1 2 3 4 5 while 1: print("Hello World") if input("enter 'exit' to exit : ") == "exit": break