지창언

echo

Showing 1 changed file with 6 additions and 0 deletions
while(True):
c = input()
if(c!="exit"):
print(c)
else:
break