j
k
j a
j l
On Fri, Mar 18, 2022 at 8:31 AM Chris Angelico <rosuav@gmail.com> wrote:
if y < 0: return -(x // -y), x % y
I think that should be if y < 0: return -(x // -y), x % -y
Attachments:
Back to the thread
Back to the list