Arrays

  • + 0 comments

    def arrays(arr):

        rev = numpy.array(arr,float)
    rev = rev[::-1]
    return rev