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)