fork download
  1. name=input()
  2. print("Hi my name is " + name)# your code goes here# your code goes here
Success #stdin #stdout 0.09s 14072KB
stdin
William
stdout
Hi my name is William