JavaShuo
栏目
标签
Learning Python Part I 之 元组
时间 2021-07-12
栏目
Python
繁體版
原文
原文链接
元组(tuples)和列表很相似,只不过列表是不可变对象。尽管它支持的方法不像列表那么多,但还是与列表有很多共同的特性: 有序的任意对象集合体 通过偏移量索引 属于不可变序列 固定长度、异构性和任意嵌套 因为元组是不可变对象,所以不能都在不复制的情况下改变元组长度,但可以和列表和字典一样,可以任意嵌套。 是一个保存其它对象引用的数组 方法 举例
>>阅读原文<<
相关文章
1.
Learning Python Part I 之 文件
2.
Learning Python Part I 之 字典
3.
Learning Python :Part I 数据类型和操作
4.
Training Neural Networks, part I
5.
python之元组
6.
Python之元组
7.
Algorithms, Part I
8.
Learning Machine Learning, Part 1: An Introduction
9.
8.python之面相对象part.9(初识元类part.1)
10.
Learning Machine Learning, Part 3: Application
更多相关文章...
•
Scala 元组
-
Scala教程
•
SQLite - Python
-
SQLite教程
•
互联网组织的未来:剖析GitHub员工的任性之源
•
YAML 入门教程
相关标签/搜索
learning
i+++i+++i
i++
Deep Learning
Meta-learning
Learning Perl
xargs -i
i盘
Python
MySQL教程
PHP 7 新特性
Docker教程
0
分享到微博
分享到微信
分享到QQ
每日一句
每一个你不满意的现在,都有一个你没有努力的曾经。
最新文章
1.
以实例说明微服务拆分(以SpringCloud+Gradle)
2.
idea中通过Maven已经将依赖导入,在本地仓库和external libraries中均有,运行的时候报没有包的错误。
3.
Maven把jar包打到指定目录下
4.
【SpringMvc】JSP+MyBatis 用户登陆后更改导航栏信息
5.
在Maven本地仓库安装架包
6.
搭建springBoot+gradle+mysql框架
7.
PHP关于文件$_FILES一些问题、校验和限制
8.
php 5.6连接mongodb扩展
9.
Vue使用命令行创建项目
10.
eclipse修改启动图片
本站公众号
欢迎关注本站公众号,获取更多信息
相关文章
1.
Learning Python Part I 之 文件
2.
Learning Python Part I 之 字典
3.
Learning Python :Part I 数据类型和操作
4.
Training Neural Networks, part I
5.
python之元组
6.
Python之元组
7.
Algorithms, Part I
8.
Learning Machine Learning, Part 1: An Introduction
9.
8.python之面相对象part.9(初识元类part.1)
10.
Learning Machine Learning, Part 3: Application
>>更多相关文章<<