Python Tuple count() Method

Returns the number of times a specified value occurs in a tuple.

Syntax

Python
tuple.count(value)

Parameters

ParameterDescription
value Required. The value to search for in the Tuple