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