# Tuples are structures where we can store different pieces of information... # Unlike lists which use [], we make tuples by saying var_name = (stuff). # And example ...