Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Cython / tests / run / r_jeff_epler_1.pyx
Size: Mime:
def blowup(p):
    """
    >>> blowup([2, 3, 5])
    1
    """
    cdef int n, i
    n = 10
    i = 1
    return n % p[i]