echo.py 78 Bytes Raw Blame History Permalink 1 2 3 while(1) : echo_text = input("Please enter text : ") print(echo_text)