Question #6
Dropdown
What is the next line?
>>> myTuple = [10, 20, 50, 20, 20, 60]
>>> myTuple.count(20)
The next line is
