Python 元组方法
Python 有两个内置方法,你可以在元组上使用它们。
方法 | 描述 |
---|---|
count() | 返回元组中指定值出现的次数 |
index() | 在元组中搜索指定值,并返回找到它的位置 |
了解更多关于元组的信息,请查看我们的 Python 元组教程.
Python 有两个内置方法,你可以在元组上使用它们。
方法 | 描述 |
---|---|
count() | 返回元组中指定值出现的次数 |
index() | 在元组中搜索指定值,并返回找到它的位置 |
了解更多关于元组的信息,请查看我们的 Python 元组教程.
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]