고혜연

exit_function

......@@ -5,5 +5,7 @@
while True:
print(input())
a = input()
if a == 'exit':
break
exit()
\ No newline at end of file
......