Arrays

  • + 0 comments

    def arrays(arr): # complete this function # use numpy.array return numpy.array(arr).astype(float)[::-1]