Vidyalelo
Python · Q95

Python Lists MCQs: Exam Practice for List Concepts

Programming · Python · question 95

Q95

Suppose listExample is ['h','e','l','l','o'], what is len(listExample)?

A.
5
Answer
B.
4
C.
None
D.
Error

Answer: Option A

Solution

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