Ko Jaemin

Add exit function

Showing 1 changed file with 2 additions and 0 deletions
1 text=input("Enter the word: ") 1 text=input("Enter the word: ")
2 +if(text=="exit"):
3 + exit()
2 print(text) 4 print(text)
......