EasyRememberPythonMultiple Choice

Which method is called when you do `len(obj)`?

Remember Tests recall of fundamental facts and definitions.

Answer Options

Aobj.size()
Bobj.__length__()
Cobj.__len__()
Dobj.count()

Want to see the correct answer?

Get the answer with a detailed explanation, plus practice 32+ more Python questions with adaptive quizzes and timed interviews.

See the Answer on Guru Sishya →

This question is from the Python topic (Programming Languages).

More Python Questions