181k views
4 votes
What is the next line?

>>> tupleF = (2, 5, 2, 2, 5, 5)
>>> tupleF.count(2)

- 0
- 3
- 2
- 1

User JoeJoe
by
8.4k points

1 Answer

3 votes

Answer:

The another line would be the reply to the address, "What is the following line?" and the reply is:

3

This is often since the number() strategy returns the number of times a indicated component shows up in a tuple, and in this case, the numbers 2 shows up three times within the tuple tupleF.

Step-by-step explanation:

User Nicholas Carey
by
7.9k points

No related questions found