suhyunpark

B

Showing 1 changed file with 4 additions and 1 deletions
a = str(input())
print(a)
if a == "exit":
exit()
else:
print(a)
......