a = soup.count("a")
print(a)


대충 이런 코드 썼는데 


TypeError: 'NoneType' object is not callable


이런 오류가 뜨는 경우는 뭐가 문제인가요?