代码示例:(标识:python_ref_tuple)
python_ref_tuple.py
x = tuple(("apple", "banana", "cherry"))

print(x)
运行结果: