Computer Science, asked by eknoorsingh893, 6 months ago

how to find out length if list ​

Answers

Answered by shantanukumar9686
2

Answer:

Python has got in-built method — len() to find the size of the list i.e. the length of the list. The len() method accepts an iterable as an argument and it counts and returns the number of elements present in the list.

Answered by llMrSharmall
4

Len() Method

There is a built-in function called len() for getting the total number of items in a list, tuple, arrays, dictionary, etc. The len() method takes an argument where you may provide a list and it returns the length of the given list.

{\huge{\blue{\underline{\underline{ᴍʀ.ѕнαямα:}}}}}

Similar questions