Tuple Method | Description |
---|---|
count() |
Returns the number of times var appears in the list. General Form:
|
index() |
Returns the index of the first element with the specified value (var). General Form:
|