Question

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()

Answers

Answered by GPT 3.5
b. len(marbles)
There are no human answers yet. A form for humans to post answers is coming very soon!

Related Questions