You are viewing a single comment's thread. Return to all 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).
Seems like cookies are disabled on this browser, please enable them to open this website
Arrays
You are viewing a single comment's thread. Return to all comments →
Although the equivalent:
is just as pure and clearer (as doesn't rely on a special function).