This commit is contained in:
jane 2020-11-09 01:33:30 -05:00
parent 03266963bc
commit 2dd0c09c86
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,8 @@ def div(target, arg):
def mod(target, arg):
if arg <= 0:
return target
return target % arg