In this lesson you will learn about tuples. A tuple is an iterable, immutable data type. How to create a tuple, the count() method and index() method, and how an item in a tuple cannot be updated are explained. A function is defined which returns a tuple, and a for loop is used to iterate through the items in the returned tuple in a Python script.