input_program.py 80 Bytes Raw Blame History Permalink 1 2 3 while True: a = input("출력할 문자를 입력하세요 : ") print(a)