Get real time Covid-19 cases information using python

sumit78648786

sumit78648786

Posted on July 15, 2020

Get real time Covid-19 cases information using python

from covid import Covid
covid=Covid()
print(covid.get_total_active_cases())
print(covid.get_total_deaths())
print(covid.get_total_confirmed_cases())

💖 💪 🙅 🚩
sumit78648786
sumit78648786

Posted on July 15, 2020

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related