B_exit_program.py 67 Bytes Raw Blame History Permalink 1 2 3 4 while(True): var = input() if var == "exit": exit()