take input and print

 write a program that reads a sinle line input and print the given input.


    a=input()

    print(a)

Comments