Which of the following statements will return the number of items in a list named "marbles"?

Select one:

a.
marbles.length

b.
len(marbles)

c.
size(marbles)

d.
marbles.size()

b. len(marbles)