SeungYoung

create exit.py

Showing 1 changed file with 4 additions and 0 deletions
1 +while(1):
2 + i = input()
3 + if(i=="exit"):
4 + break