박하늘

exit function added

while 1:
a = str(input("입력하세요 : "))
if(a == "exit"):
break
print(a)
\ No newline at end of file
......