You can pass the list to the built-in function reversed() , which returns a reverse iterator and doesn't modify the list. ... If you need the indices, use the ...
確定! 回上一頁