seungmin lee

updated to echo v2(added exit func)

Showing 1 changed file with 3 additions and 0 deletions
1 echo = input("say : ") 1 echo = input("say : ")
2 +if(echo == 'exit'):
3 + print("exiting...")
4 + exit()
2 print(echo) 5 print(echo)
...\ No newline at end of file ...\ No newline at end of file
......