MCPcopy Create free account
hub / github.com/geekcomputers/Python / india

Function india

depreciated_programs/corona_cases.py:46–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44
45
46def india():
47 cases = f"""
48██╗███╗░░██╗██████╗░██╗░█████╗░
49██║████╗░██║██╔══██╗██║██╔══██╗
50██║██╔██╗██║██║░░██║██║███████║
51██║██║╚████║██║░░██║██║██╔══██║
52██║██║░╚███║██████╔╝██║██║░░██║
53╚═╝╚═╝░░╚══╝╚═════╝░╚═╝╚═╝░░╚═╝
54
55Country Name :- {name}
56New Confirmed Cases :- {indiaonfirmed}
57Total Confirmed Cases :- {indiatotal}
58New Deaths :- {indiaDeaths}
59Total Deaths :- {deathstotal}
60New Recovered :- {indianewr}
61Total Recovered :- {totalre}
62Information Till :- {DateUpdate}
63"""
64 print(cases)
65
66
67print(

Callers 1

choicesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected