what are tuple in python

tuple in python : When reading data from a database in Python, for example, we may represent each table record as an ordered and immutable series of objects since we don’t need to change the sequence afterwards. Python includes a built-in sequence data type for storing data in an immutable object known as a tuple. … Continue reading what are tuple in python