Numba does not recognize anything

Whenever I run my code with @jit(nopython=True), no matter what is after it, it says I have incorrect syntax. How do I fix this?

image

The syntax problem is unlikely to come from Numba. Test the function with numba.jit first.