# python真流弊 # 人生苦短,我用python class Solution: def GetNumberOfK(self , data: List[int], k: int) -> int: return data.count(k)