Echo program.py 213 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 Python 3.8.5 (tags/v3.8.5:580fbb0, Jul 20 2020, 15:43:08) [MSC v.1926 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license()" for more information. >>> a=input("a : ") a : 3 >>> print(a) 3 >>>