Which method is used to delete the first node of a doubly linked list in Python?
delete_first()
delete()
pop()
remove_first()
This question is part of this quiz :