saving . . . saved Question on List of List has been deleted. Question on List of List has been hidden .
Question on List of List
Title
Question
Using del() function we can delete  a element from list of list.
Can we do the same task using remove() function?


Python-3.4.3 Getting-started-with-Lists 12-13 min 30-40 sec 06-05-21, 3:09 p.m. kartparlv@gmail.com

Answers:

Yes, we can delete a list element using both the functions del() and remove().
del() can also the list but remove() cannot. 
05-06-21, 7:29 p.m. pravin1389


Log-in to answer to this question.