hey i type the same code as the book says, and i got this error:
Traceback (most recent call last):
File "C:\Users\hongy\AppData\Local\Programs\Python\Python36\nameList.py", line 5, in
nameList = bsObj.findall('span', {'class':'green'})
TypeError: 'NoneType' object is not callable
im new to python, and cant figure it out by searching google. could you help me with this?