tuple python! g

nums = (1, 2, 3)
animals = ("Cat", "Dog", "Parrot")
my_tup = (1, "Cat", 2, True)
Old-fashioned Ostrich