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()
1 answer
b. len(marbles)
Select one:
a.
marbles.length
b.
len(marbles)
c.
size(marbles)
d.
marbles.size()
1 answer