美文网首页
元组 tuple

元组 tuple

作者: 可可西里的春天 | 来源:发表于2021-04-14 16:34 被阅读0次

元组 (tuple) 是一种不可变序列类型。

元组不可变序列

创建元组

1 、tuple()函数

2 (元素1,元素2,元素3....)

元组查询 

元组[索引]

例如 a = ("苹果","菠萝","柠檬")  a[0] = "苹果"

相关文章

网友评论

      本文标题:元组 tuple

      本文链接:https://www.haomeiwen.com/subject/cbfllltx.html