```py >>> nmod_poly([12, 7, 1], 10) x^2 + 7*x + 2 >>> nmod_poly([12, 7, 1], 10).factor() Flint exception (Impossible inverse): Cannot invert modulo 2*0 zsh: abort python3 ```