echo.py 121 Bytes Raw Blame History Permalink 1 2 3 4 if __name__ == '__main__': text = input("Enter : ") if(text != "exit"): #EXIT print("$$$ ", text, " $$$")