Python - 元组方法
元组方法
Python 有两个内置方法,您可以在元组上使用它们。
方法 | 描述 |
---|---|
count() | 返回指定值在元组中出现的次数 |
index() | 在元组中搜索指定值并返回找到该值的位置 |
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]