tutorial.eyehunts.com
What is a tuple in Python | Basics
Tuples are store multiple items in a single variable in Python. A tuple is an immutable object meaning that we cannot change, add or remove
Rohit