A immutable and hashable data structure that can hold other datatypes. data = (10,20,30) Unpacking fruits = ("apple", "banana", "cherry") green, yellow, red = fruits Methods index() count()