The Tuple data type allows you the store a fixed number of values in one place. Tuples are similar to lists and sets, but they are immutable. Typically, the elements of a tuple are related to each other.
In this video, we will use IDLE to define tuples and see how they are used in Python, both as the inputs to functions and as a technique for returning multiple values from a function.
Get Python for your computer at http://python.org