fork download
  1. # your code goes here
  2.  
  3. name = input()
  4. print ("hi i am " + name)
Success #stdin #stdout 0.07s 14084KB
stdin
connor
stdout
hi i am connor