133k views
21 votes
What is the next line? >>> tupleB = (5, 7, 5, 7, 2, 7) >>> tupleB.count(7) 3 1 2 0

User Essayoub
by
8.1k points

1 Answer

12 votes

Answer:

3 is the next line.

Step-by-step explanation:

.count literally counts how many something is. so, .cout(7) counts how many 7 there is. you can see that there are 3 number 7s.

What is the next line? >>> tupleB = (5, 7, 5, 7, 2, 7) >>> tupleB-example-1
User Schlusie
by
7.7k points

Related questions

1 answer
0 votes
60.1k views
1 answer
17 votes
20.2k views
2 answers
19 votes
32.7k views