test.py 71 Bytes Raw Blame History Permalink 1 2 3 4 5 6 def exit(): print("press any key to exit") x=input() return exit()