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