신동해

(update) hello.py - add exit function

Showing 1 changed file with 5 additions and 1 deletions
print("Hello World")
while 1:
print("Hello World")
if input("enter 'exit' to exit : ") == "exit":
break
......