Run »
thistuple = tuple(("apple", "banana", "cherry")) print(thistuple)
('apple', 'banana', 'cherry')