Hello frnds!!! Welcome to my youtube channel.
In this video, I am going to teach you how to remove the elements from list using remove () and pop() method.
remove () method will remove only one element at a time.
remove () will not return the returned values.
by default pop () will remove the last element from list.
pop() method () will also return that removed element.
pop() method also used to remove the element at desired position using index position.
If you like my videos, kindly 🙏🙏 like, share and subscribe my youtube channel Interview in 3 steps.