Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 51 Bytes

File metadata and controls

5 lines (5 loc) · 51 Bytes
>>> li = [3, 1, 3, 2, 5]
>>> li.count(3)
2