fork download
  1. s=str(print())+"two"
  2. b=str(print("hello", end=''))+"one"
  3. print(s," ",b)
Success #stdin #stdout 0.03s 9604KB
stdin
Standard input is empty
stdout
helloNonetwo   Noneone