Posts

Showing posts from July, 2020

Simple Python Program to know Covid-19 Cases in any country

Image
This is a really simple python program to know covid-19 cases: 1: Open any of the notebook like Jupyter Notebook , Google Colab , Kaggle Notebook or VS Code . 2: Then Install covid library using pip .           >pip install covid  3: Then follow the code as shown below:                               Thank You !