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