echo.py 101 Bytes Raw Blame History Permalink 1 2 3 4 text="" while(text!="exit"): text=input("출력할 문자를 입력하세요 : ") print(text)