Python Exercise: List countries with all cases of Novel Coronavirus died
Write a Python program to list countries with all cases of Novel Coronavirus (COVID-19) died.
Sample Solution:
Python Code:
Sample Output:
Country/Region Confirmed Deaths 0 Sudan 1 1
Python Code Editor:
Have another way to solve this solution? Contribute your code (and comments) through Disqus.
Previous: Write a Python program to list countries with no cases of Novel Coronavirus (COVID-19) recovered.
Next: Write a Python program to list countries with all cases of Novel Coronavirus (COVID-19) recovered.
What is the difficulty level of this exercise?