The reversed() function does not reverse anything but returns an object to iterate over the elements in reverse order. It modifies the list but the reversed() ...
確定! 回上一頁