Python tuple() 函数
定义和用法
The tuple()
函数创建一个元组对象。
**注意:** 你不能更改或删除元组中的项。
在本章中了解更多关于集合的信息:Python 元组.
语法
tuple(iterable)
参数值
参数 | 描述 |
---|---|
iterable | 可选。一个序列、集合或迭代器对象 |
The tuple()
函数创建一个元组对象。
**注意:** 你不能更改或删除元组中的项。
在本章中了解更多关于集合的信息:Python 元组.
tuple(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]