Learn how to remove list values using del keyword, remove() and pop() method. Compare the del, remove() and pop(). Find out when to use pop(), del and remove().
0:09 Remove single element from the list
2:27 Drop the multiple elements from the list
5:21 Remove all the elements from the list