fork download
  1. print ("hello","mr."+"robert");
  2. print ("2+1=",2+1);
Success #stdin #stdout 0.01s 4984KB
stdin
Standard input is empty
stdout
hello mr.robert
2+1= 3