Tuples Data type A tuple is a set of data that can have any type. Example example = (53,"Hello", True) example[0] 53