fork download
  1. print(7 + 2)
  2. print(2 + 7)
  3. # your code goes here
Success #stdin #stdout 0.11s 14176KB
stdin
Standard input is empty
stdout
9
9