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