不要忘了將這個函式放在 list() 函式中,以便將 reversed() 的返回值實際儲存到一個列表中。 Python. pythonCopy newList = list(reversed(numbers)) ...
確定! 回上一頁