yearly details line
This commit is contained in:
parent
0afa789e6c
commit
b8f1193143
|
|
@ -74,7 +74,7 @@ print("Last 18 months:")
|
||||||
print("-"*line_width)
|
print("-"*line_width)
|
||||||
for row in last_n_months_rows[1:]:
|
for row in last_n_months_rows[1:]:
|
||||||
print(f"{row[0]}: {round(row[1],2)}")
|
print(f"{row[0]}: {round(row[1],2)}")
|
||||||
print("-"*line_width)
|
print("="*line_width)
|
||||||
print("Last 5 years:")
|
print("Last 5 years:")
|
||||||
print("-"*line_width)
|
print("-"*line_width)
|
||||||
for row in last_n_years_rows:
|
for row in last_n_years_rows:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue