master
mutantmonkey 2012-03-20 22:01:32 -04:00
parent acbbd199c2
commit 825bf46fc0
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@ beats.commands = ['beats']
beats.priority = 'low'
def divide(input, by):
return (input / by), (input % by)
return (input // by), (input % by)
def yi(phenny, input):
"""Shows whether it is currently yi or not."""