DEV Community

S3CloudHub
S3CloudHub

Posted on

Tuple in Python

image alt text here

Python Tuple is a collection of objects separated by commas. In some ways, a tuple is similar to a list in terms of indexing, nested objects, and repetition but a tuple is immutable, unlike lists which are mutable.

Top comments (0)