Computer Science, asked by aljorajan532, 10 months ago

How do we get the size of a list in Python?

Answers

Answered by prat121
0
In Python, List is a collection data-type which is ordered and changeable. A list can have duplicate entry as well. 
Similar questions