mirror of
https://github.com/pocketpy/pocketpy
synced 2025-11-10 05:30:16 +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:
|
if len(b) == 1:
|
||||||
q, r = ulong_divmodi(a, b[0])
|
q, r = ulong_divmodi(a, b[0])
|
||||||
|
r, _ = ulong_fromint(r)
|
||||||
return q, r
|
return q, r
|
||||||
|
|
||||||
low = 0
|
low = 0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user