project_b.py 128 Bytes Raw Blame History Permalink 1 2 3 4 5 6 while True : a = input("If you input exit, program will end: ") if a == "exit": break else: continue