What does len () mean in python?



What does len () mean in python?..

Answer / Saurabh Giri

In Python, the built-in function `len()` returns the length or number of items in a collection such as lists, strings, tuples, and sets.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

Explain Inheritance in Python?

1 Answers  


Write a program to draw a board ex: 3by3 or 4by4 etc?

1 Answers  


What do you know about iterator protocol?

1 Answers  


What happens if an error occurs that is not handled in the except block?

1 Answers  


Is cython as fast as c?

1 Answers  


How is memory managed in python?

5 Answers  


What does float () do in python?

1 Answers  


Does python 3.7 come with pip?

1 Answers  


Explain try, raise, and finally?

1 Answers  


How will you get a titlecased version of string?

1 Answers  


Name the function which helps to change the files permission

1 Answers  


Explain what is the common way for the flask script to work?

1 Answers  


Categories