fork download
  1. def no(i, j):
  2. k = 6 - i - j
  3. return k
  4. print(no(1, 2))
Success #stdin #stdout 0.07s 14044KB
stdin
Standard input is empty
stdout
3