I recently learned about cython and tried to test it on my kaggle notebook. I had this code in a cell:
%%cython cpdef foo(int x): cdef bar bar = x**(x