fork download
  1. a= input()
  2. print("Hello, ",a, "!", sep="")
Success #stdin #stdout 0.02s 27720KB
stdin
Harry
stdout
Hello, Harry!