LEEYOONJONG

commit from B

1 while(1): 1 while(1):
2 n=input() 2 n=input()
3 + if (n=="exit"):
4 + break
3 print(n) 5 print(n)
......