Python Dict & Tuples

A dictionary stores data as key-value pairs. Each key must be unique, and you use the key to access its corresponding value and tuple is an ordered collection of items that cannot be changed after it is created (immutable).