DEBSOURCES
Skip Quicknav
sources / cython / 3.0.11%2Bdfsg-2 / tests / run / r_jeff_epler_1.pyx
123456789
def blowup(p): """ >>> blowup([2, 3, 5]) 1 """ cdef int n, i n = 10 i = 1 return n % p[i]