Which of the following statements will remove all of the items from a list named "marbles"?

Select one:

a.
marbles.delete()

b.
marbles.clear()

c.
marbles.remove()

d.
marbles.pop()

b. marbles.clear()