Subscribe Contact

Home  »  Reference Materials



Tuple Methods

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


«  Previous : Reference : String Methods
Next : Reference : Glossary  »




© 2023 John Gordon
Cascade Street Publishing, LLC