fork download
  1. a="hello"
  2. b="python"
  3. print(a+b)# your code goes here
Success #stdin #stdout 0.08s 14068KB
stdin
Standard input is empty
stdout
hellopython