Which of the following list functions will NOT work on a tuple?

Select one:

a.
count()

b.
pop()

c.
index()

d.
These will all work on a tuple

b. pop()