input constraints

 write a code to read a single line of input and prints the line after the given message :Given input:".


    a=input()

    print("Given input:"+a)

Comments