You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AttributeError: module 'scrape' has no attribute 'scrape'## Description
I'm working on python code based on a book, however text,title= scrape.scrape(html) line has an error.
I looked for the possible attributes but couldn't figure it out.
If someone knows possible code, or alternative code let me know.
If someone knows the attributes of scrape, please help me out.
Code is shown below,
The text was updated successfully, but these errors were encountered:
AttributeError: module 'scrape' has no attribute 'scrape'## Description
I'm working on python code based on a book, however text,title= scrape.scrape(html) line has an error.
I looked for the possible attributes but couldn't figure it out.
If someone knows possible code, or alternative code let me know.
If someone knows the attributes of scrape, please help me out.
Code is shown below,
The text was updated successfully, but these errors were encountered: