Python Tuples

In Python, Tuples are used to store multiple items in a single variable. Tuples are written with round brackets.

Code :