echo.py 78 Bytes Raw Blame History Permalink 1 2 3 4 5 while(True): a=input(">>") if(a==exit): exit(100) print(a)