How to Solve NameError: name 'Covid' is not defined -- covid

Solution: Import the 'Covid' module

To Solve the error, add the following line to the top of your code.

from covid import Covid

 

For more information:
Python covid Covid