Python · Alternative Interpreters & Compilers
In a .pyx file you write def sort(int[:] values): and then cdef int tmp. What does int[:] mean, which Python objects can you pass to it, and what does cdef do?
Answer locked. Get the free KnowCard app to reveal it — plus spaced-repetition review so it actually sticks.
