Python Tuple Methods Flashcards

1
Q

count()

A

Returns the number of times a specified value occurs in a tuple

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

index()

A

Searches the tuple for a specified value and returns the position of where it was found

How well did you know this?
1
Not at all
2
3
4
5
Perfectly