English, asked by Rohuu0227, 3 months ago

how to count elements without length in list python 3 ​

Answers

Answered by Kenaz
0

Explanation:

The most straightforward way to get the number of elements in a list is to use the Python built-in function len() . As the name function suggests, len() returns the length of the list, regardless of the types of elements in it.

Answered by binoypamplanil251
0

Answer:-

Sorry. I got like this...

Explosion :-

https://stackabuse.com/python-get-number-of-elements-in-a-list/

Similar questions