fork download
  1. name=input('your code goes here')
  2. print("hello", name)
Success #stdin #stdout 0.07s 14108KB
stdin
Joe
stdout
your code goes herehello Joe