It's much nicer to write this:
f"{account_name} {pretty_date(start_date)} - {pretty_date(end_date)} account attribution"
and MUCH easier to maintain than the alternative...!
It's much nicer to write this:
f"{account_name} {pretty_date(start_date)} - {pretty_date(end_date)} account attribution"
and MUCH easier to maintain than the alternative...!