python_tuple_constructor.py:
x
 
thistuple = tuple(("apple", "banana", "cherry"))
print(thistuple)