echo.py 132 Bytes
txt = input("Enter what you want to say\n(If you enter ‘exit’, the program will exit) >> ")
if(txt == "exit"): exit()
print(txt)