echo.py 55 Bytes Raw Blame History Permalink 1 2 3 4 print("*Input text*"+'\n') text = input() print(text)