fork download
  1. print ("hello","robert");
  2. print ("2+1=",3);
Success #stdin #stdout 0.02s 4984KB
stdin
32
stdout
hello robert
2+1= 3