fork download
  1. x=5
  2. y=10
  3. z=15
  4. w=20
  5. print(x+y+z+w)
  6. print(x-y-z-w)
  7. print(x*y*z*w)
  8. print(x/y/z/w)
Success #stdin #stdout 0.08s 14104KB
stdin
Standard input is empty
stdout
50
-40
15000
0.0016666666666666666