We can use reversed() built-in function to create a reverse iterator and then use it with list() function to create a new list with elements in reverse order.
確定! 回上一頁