[13.2, Python] Remove debug print statement
This commit is contained in:
parent
1855593545
commit
abf0d2ac99
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@ def partTwo(instr: str) -> int:
|
|||
# int required for pow function and the division *should* produce a whole number anyway
|
||||
Ni = int(n / ni)
|
||||
yi = pow(Ni, -1, ni) # https://stackoverflow.com/a/9758173
|
||||
print(Ni, ni, yi)
|
||||
sigma_x += bi * Ni * yi
|
||||
|
||||
return sigma_x % n
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue