Vidyalelo
Python · Q2

Python Lists MCQs: Exam Practice for List Concepts

Programming · Python · question 2

Q2

What does the len() function do when applied to a list?

A.
Returns the length of the list
Answer
B.
Converts the list to lowercase
C.
Converts the list to uppercase
D.
Removes the last element

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board