이규성

add Exit Func in echo.py

Showing 1 changed file with 2 additions and 0 deletions
while(1):
a = input()
if(a == "exit"):
break
print(a)
......