Become a certified Python
programmer.
Reference Materials
Created with over a decade of experience.
Certification Courses
Created with over a decade of experience and thousands of feedback.
Become a certified Python
programmer.
Try Programiz PRO!
Become a certified Python
programmer.
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.
Python Tuple count()
returns count of the element in the tuple
Python Tuple index()
returns the index of the element in the tuple