이정호

hello world

1 +temp = input("If you enter 'exit', the program will exit")
2 +if temp == "exit":
3 + exit()
4 +else: