Guest User

Untitled

a guest
Feb 19th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.06 KB | None | 0 0
  1. def mod(i,j):
  2. while i>=j:
  3. i=plus(i,neg(j))
  4. return i
Add Comment
Please, Sign In to add comment