Tuple Method Flashcards

1
Q

Definition type

A

A collection that is ordered and unchangeable.

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

triple.count()

A

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

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

tuple.index()

A

Searches tuple for a value and returns it’s location.

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