Review

img_0117img_0118img_0119img_0120

 

“A tuple is a sequence of immutable Python objects. Tuples are sequences, just like lists. The differences between tuples and lists are, the tuples cannot be changed unlike lists and tuples use parentheses, whereas lists use square brackets”. As you read the definition of a Tuple there close to lists, you may get a few things mixed up but it is easy to understand.