최정민

exit function

1 a=input() 1 a=input()
2 +if(a=="exit"):
3 + exit()
2 print(a) 4 print(a)
5 +
...\ No newline at end of file ...\ No newline at end of file
......