Name a python function to:

(a) delete a given element from the list.

(b) add an element in the beginning of the list

 

Answer:

  1. The remove( ) method is used to delete a given element from the list.
  2. The insert(0,<value> ) method is used to add an element to the beginning of a list.
Ask a doubt
Davneet Singh's photo - Co-founder, Teachoo

Made by

Davneet Singh

Davneet Singh has done his B.Tech from Indian Institute of Technology, Kanpur. He has been teaching from the past 14 years. He provides courses for Maths, Science, Social Science, Physics, Chemistry, Computer Science at Teachoo.