Difference Between remove, del and pop in Python list · remove() delete the matching element/object whereas del and pop removes the element at a specific index.
確定! 回上一頁