assignment2.py 118 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 while True: n = (input("숫자를 입력하시오. : ")) if n == 'exit': break print(n)