2017103982

Echo program

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
>>>
\ No newline at end of file