We printing a tuple that can have data of different data type.
tuple1 = ("abc", 34, True, 40, "male") print(tuple1)