고혜연

exit_function

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