python编程之tuple()是干嘛用的 田深谋 2019-11-07 623 阅读1分钟 Python元组tuple()函数用于将项目列表转换为元组。 语法 以下是tuple()函数的语法 - tuple( seq )案例