pop () method in a python list is used to remove an element from a list by index. pop() takes a numeric argument and removes the list element at this index.
確定! 回上一頁