Python reversed () method ... The reversed() method returns the reversed iterator of the given sequence. It is the same as the iter() method but in reverse order.
確定! 回上一頁