mirror of
https://github.com/pocketpy/pocketpy
synced 2025-11-09 21:20:17 +00:00
fix type error.
This commit is contained in:
parent
c908fb72d5
commit
1db1197670
@ -106,6 +106,7 @@ def ulong_divmod(a: list, b: list):
|
||||
|
||||
if len(b) == 1:
|
||||
q, r = ulong_divmodi(a, b[0])
|
||||
r, _ = ulong_fromint(r)
|
||||
return q, r
|
||||
|
||||
low = 0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user