지창언

echo

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