Which method of Python Lists must be used in these cases?

(a) Get the position of an item in the list.

(b) Add single item at the end of the list.

(c) Add elements in a list at the end of another list.

 

Answer:

Lists

Tuples

Lists are enclosed in [ ].

Tuples are enclosed in ( ).

List is mutable.

Tuple is immutable.

Slower and less efficient.

Faster and more efficient.

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.