Python Tuple

A tuple in Python is a built-in data structure used to store an ordered collection of items. Unlike lists, tuples are immutable, meaning their elements cannot be changed after the…