The remove() method removes item based on specified value and not by index. If you want to delete list items based on the index, use pop() method or del ...
確定! 回上一頁