김태영

MODIFY : Enter ‘exit’, the program will exit

Showing 1 changed file with 2 additions and 0 deletions
while(1) :
echo_text = input("Please enter text : ")
if(echo_text == "exit"):
break
print(echo_text)
\ No newline at end of file
......