Arrays

  • + 2 comments

    A one liner and relying 100% on Numpy:

    def arrays(arr):
        return numpy.flipud(numpy.array(arr, float))