MCPcopy Index your code
hub / github.com/TheAlgorithms/Python / CovidData

Class CovidData

web_programming/covid_stats_via_xpath.py:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20
21
22class CovidData(NamedTuple):
23 cases: str
24 deaths: str
25 recovered: str
26
27
28def covid_stats(

Callers 1

covid_statsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected