tuple()` constructor to create a tuple :# create a tuple using the tuple() constructor
my_tuple = tuple([1, 2, 3, 4, 5])
# print the tuple
print(my_tuple)(1, 2, 3, 4, 5)[1, 2, 3, 4, 5]` and then pass it to the `tuple()` constructor to create a tuple. print()` function.