Then it replaces the second element (index 1 in zero-based indexing) “banana” with “mango”. Finally, it prints the updated list, which is now: [“apple”, “mango” ...
確定! 回上一頁