The two ways to remove somthing from the List are :-
– pop(<index>) – It is used to remove item of list using index.
-remove(<value> – It is used to remove item of list using value.
The two ways to remove somthing from the List are :-
– pop(<index>) – It is used to remove item of list using index.
-remove(<value> – It is used to remove item of list using value.