JavaShuo
栏目
标签
Python之列表
时间 2021-01-01
栏目
Python
繁體版
原文
原文链接
一、创建列表 """ 数组:存储同一数据类型的集合 score = [10,20,30] 列表:可以存储任意数据类型的集合 """ 1、列表创建 name=['tom','hello','westos','redhat'] print(name) print(type(name)) 结果: ['tom', 'hello', 'westos', 'redhat'] <class 'list'> 2、
>>阅读原文<<
相关文章
1.
python之列表
2.
Python之列表
3.
Python序列之列表(一)
4.
Python序列之列表
5.
Python 玩转列表之列表创建
6.
python学习之列表
7.
Python之列表生成式
8.
python基础篇之列表
9.
【python基础】之list列表
10.
Python基础之列表
更多相关文章...
•
Scala List(列表)
-
Scala教程
•
XSL-FO 列表
-
XSL-FO 教程
•
互联网组织的未来:剖析GitHub员工的任性之源
•
YAML 入门教程
相关标签/搜索
列表
之列
歌单列表
战队列表
播放列表
Python系列
python之路26
Python之禅
Python之路
Python
MySQL教程
Hibernate教程
PHP 7 新特性
0
分享到微博
分享到微信
分享到QQ
每日一句
每一个你不满意的现在,都有一个你没有努力的曾经。
最新文章
1.
部署Hadoop(3.3.0)伪分布式集群
2.
从0开始搭建hadoop伪分布式集群(三:Zookeeper)
3.
centos7 vmware 搭建集群
4.
jsp的page指令
5.
Sql Server 2008R2 安装教程
6.
python:模块导入import问题总结
7.
Java控制修饰符,子类与父类,组合重载覆盖等问题
8.
(实测)Discuz修改论坛最后发表的帖子的链接为静态地址
9.
java参数传递时,究竟传递的是什么
10.
Linux---文件查看(4)
本站公众号
欢迎关注本站公众号,获取更多信息
相关文章
1.
python之列表
2.
Python之列表
3.
Python序列之列表(一)
4.
Python序列之列表
5.
Python 玩转列表之列表创建
6.
python学习之列表
7.
Python之列表生成式
8.
python基础篇之列表
9.
【python基础】之list列表
10.
Python基础之列表
>>更多相关文章<<