Arrays

  • + 4 comments

    Although the equivalent:

    def arrays(arr):
        return numpy.array(arr, float)[::-1]
    

    is just as pure and clearer (as doesn't rely on a special function).