Vidyalelo
Python · Q3

MCQs on Python Tuples: Exam

Programming · Python · question 3

Q3

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

A.
Returns the length of the list or tuple
Answer
B.
Converts the list or tuple to lowercase
C.
Converts the list or tuple 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