echo.py 101 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 #!/usr/bin/env python # coding: utf-8 # In[1]: while True: a = input("Enter: ") print(a)