how to count elements without length in list python 3
Answers
Answered by
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
0
Answer:-
Sorry. I got like this...
Explosion :-
https://stackabuse.com/python-get-number-of-elements-in-a-list/
Similar questions