Programming with Python

  1. Home
  2. Docs
  3. Programming with Python
  4. Tuples in python

Tuples in python

The python tuples are sequences that are used to store a tuple of values of any type.

Python tuples are immutable i.e., you cannot change the elements of a tuple in place.

It has duplicate entries present. It is an ordered sequence.

Articles

Was this article helpful to you? Yes No

How can we help?