Created
July 29, 2020 13:42
-
-
Save felipejardimf/f3c073eaf6a50193be9836c6768e1fb9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
soup = BeautifulSoup(html.text , 'html.parser') | |
tabela_covid= soup.find(id='main_table_countries_today') | |
print(tabela_covid) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment