python元组类型 元组类型简介 使用括号包围的数据结构是元组(tuple)。例如: >>> (1,2,3) (1, 2, 3) >>> T = (1,2,3,) >>&g … Continue reading python元组类型