Python 元组 count() 方法
定义和用法
The count()
方法返回指定值在元组中出现的次数。
语法
tuple.count(value)
参数值
参数 | 描述 |
---|---|
value | 必需。要搜索的项目 |
The count()
方法返回指定值在元组中出现的次数。
tuple.count(value)
参数 | 描述 |
---|---|
value | 必需。要搜索的项目 |
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]