The given code accepts the name of a country as user input. It then provides the updated number of active cases and deaths.
Required libraries: requests, bs4 (install using pip)
Tip: To find the cases in USA, enter United States as input
The given code accepts the name of a country as user input. It then provides the updated number of active cases and deaths.
Required libraries: requests, bs4 (install using pip)
Tip: To find the cases in USA, enter United States as input