fork download
  1. print("2 + 2" - 2);
  2. print("2 + 2" + 2);
  3.  
  4.  
Success #stdin #stdout 0.02s 16836KB
stdin
Standard input is empty
stdout
NaN
2 + 22