Different from `dict`, to delete an item from a list, you need to specify the index, not the value of the item. The correct syntax is del s[5]. But in Python, ...
確定! 回上一頁