Python list() 函数
定义和用法
The list()
函数创建一个列表对象。
列表对象是一个有序且可更改的集合。
在本章中了解有关列表的更多信息:Python 列表。
语法
list(iterable)
参数值
参数 | 描述 |
---|---|
iterable | 可选。一个序列、集合或迭代器对象 |
The list()
函数创建一个列表对象。
列表对象是一个有序且可更改的集合。
在本章中了解有关列表的更多信息:Python 列表。
list(iterable)
参数 | 描述 |
---|---|
iterable | 可选。一个序列、集合或迭代器对象 |
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]