이정호

hello world

temp = input("If you enter 'exit', the program will exit")
if temp == "exit":
exit()
else: