Python Programming - Lists - Discussion

Discussion Forum : Lists - General Questions (Q.No. 42)
42.
How can you find the length of a list in Python?
length(list)
list.length()
len(list)
list.size()
Answer: Option
Explanation:
The len() function is used to find the length of a list in Python.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.