代码示例:(标识:python_tuple)
python_tuple.py
thistuple = ("apple", "banana", "cherry")
print(thistuple)
运行结果: