A tuple is an immutable sequence of Python objects. Tuples are similar to lists, but unlike lists, tuples cannot be changed after their creation.
Tuples in Python enables us to assign more than one variable at a time. Ref:https://www.guru99.com/python-tuples-tutorial-comparing-deleting-slicing-keys-unpacking ...