list
def
count
(
self
,
value
:
_T
,
/
)
->
int
L.count(value) -> integer -- return number of occurrences of value
Assigned to:
c1