[ Web Proxy ]
URL:
Viewing: https://programiz.com/python-programming/methods/tuple [Back]  [Original]

Python Tuple Methods | Programiz
Search tutorials & examples:

Python Tuple Methods

In Python, tuples are immutables. Meaning, you cannot change items of a tuple once it is assigned. There are only two tuple methods count() and index() that a tuple object can call.

Search ...:

Python Tuple count()

Returns count of an item in the tuple

Python Tuple index()

Returns the index of a specified item


Web Proxy Viewer  |  New URL  |  Original Page