이정호

hello world

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