From de9602a440025d75db08eacaabc9df48d47c4615 Mon Sep 17 00:00:00 2001 From: inder5522 <56110745+inder5522@users.noreply.github.com> Date: Sun, 18 Oct 2020 23:23:55 +0530 Subject: [PATCH] Update Corona.py --- Corona.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Corona.py b/Corona.py index 305b219..e29b5d7 100644 --- a/Corona.py +++ b/Corona.py @@ -46,7 +46,9 @@ table = tabulate(stats, headers=SHORT_HEADERS) print(table) -print("\n\n---------------------------------------------------------------------------------\n\n") +print() +print("-"*80) +print() print("Total cases : ",total_cases) print("Total cured :",total_cured) print("Total deaths :",total_deaths)