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. |
Learn in your speed, with individual attention - Teachoo Maths 1-on-1 Class