이정호

hello world

...@@ -2,3 +2,4 @@ temp = input("If you enter 'exit', the program will exit") ...@@ -2,3 +2,4 @@ temp = input("If you enter 'exit', the program will exit")
2 if temp == "exit": 2 if temp == "exit":
3 exit() 3 exit()
4 else: 4 else:
5 + print(temp)
......