运行结果尺寸: 625 x 591
x
 
thistuple = tuple(("apple", "banana", "cherry"))
print(thistuple)
('apple', 'banana', 'cherry')