Programming (Year 12)
Lists
Which method can be used to find the length of a list in Python?
length()
size()
len()
count()