Flash cards
Review the key moves
1/3
Core idea
What is the main idea behind Python Tuple Methods?
Lesson checks
Practice each idea before moving on
Short Mimo-style checks built from this lesson's code, terms, and sequence.
1Quick choice
Which statement best captures the main point of this lesson?
Python has two built-in methods that you can use on tuples.
| Method | Description |
|---|---|
| count() | Returns the number of times a specified value occurs in a tuple |
| index() | Searches the tuple for a specified value and returns the position of where it was found |
Learn more about tuples in our Python Tuples Tutorial .