The `pop()` list method helps you remove an element using its index (by default, the last element will be deleted). You will also get the element being removed as the return value. To delete multiple elements using slicing notation, you can use the `del` statement.
This video is based on content from my "100 Page Python Intro" ebook: https://github.com/learnbyexample/100...