2017103982

Echo program

1 +Python 3.8.5 (tags/v3.8.5:580fbb0, Jul 20 2020, 15:43:08) [MSC v.1926 32 bit (Intel)] on win32
2 +Type "help", "copyright", "credits" or "license()" for more information.
3 +>>> a=input("a : ")
4 +a : 3
5 +>>> print(a)
6 +3
7 +>>>
...\ No newline at end of file ...\ No newline at end of file