Tuple 是不可變的序列。
point = (3, 4) single = (1,) # 單元素需要逗號
# 回傳多個值 def get_info(): return "Alice", 25 name, age = get_info()
用 Tuple 儲存 RGB 顏色值