fork download
  1. # input statements :
  2.  
  3. name = input()
  4.  
  5. print(name)
Success #stdin #stdout 0.07s 14032KB
stdin
Venu
stdout
Venu