Out[78]: <reversed at 0x1f736509408> t # 經過reversed()函數後沒有改變。 Out[79]: (1, 2, 3, 5, 4) list(reversed(t)) # 疊代器用list()函數查看 ...
確定! 回上一頁