The del method takes the index as an argument and removes that element from the list but does not return any value. But the pop() method returns the value ...
確定! 回上一頁