fork download
  1. x = 10
  2. y = 5
  3. z = x % y
  4. print(z)
Success #stdin #stdout 0.04s 9680KB
stdin
Standard input is empty
stdout
0