Beginner Python
Q7 / 101

What does the len() function return?

Correct! Well done.

Incorrect.

The correct answer is B) The number of items in an object

B

Correct Answer

The number of items in an object

Explanation

len() returns the number of elements in a list, string, tuple, dict, or other sequence/collection.

Progress
7/101