summaryrefslogtreecommitdiff
path: root/progs/a865.py
blob: 59d630bd5a23e47d59ef3f79d4d9c4d617ca4ae7 (plain)
1
2
3
def find(n,m):
  r = n%m
  return (r)