Home »
Python »
Python List MCQs
Which python function will get you the size of the python list?
18. Which python function will get you the size of the python list?
- Size ()
- Len ()
- Lenln ()
- List_len ()
Answer: B) Len ()
Explanation:
Len function will give you the total number of elements present in the list.