If you want to delete an item from the list in Python, both remove() and pop() methods might come in handy,but they do have some differences.Article here
remove()
pop()