hello.py 125 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 print("hello, world") input=input("입력하세요") if (input=="exit"): def end( ): quit() return 0