The reversed() method doesn't create any copy of the array, nor does it make any changes in the original array. Instead, it returns an iterator.
確定! 回上一頁