Arrays

  • + 0 comments

    My compact solution…

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