Budget calculator chart spacing (!?)

Tell us what’s happening:
can anyone take a quick look tell me whats causing this?
i know its some \s but cant identify.
how i know is that when i change:
Ln78: output = output + ' ' + ((3 * len(chartlist)) * '-') + '-'
to: output = output + ' ' + ((3 * len(chartlist)) * '-') + '-\n'

the error goes to this new \n line. so there must be some extra space after my dashes. is it that next section of my code causing this?

Your code so far
link = boilerplate-budget-app-1 - Replit

Your browser information:

User Agent is: Mozilla/5.0 (X11; Linux x86_64; rv:100.0) Gecko/20100101 Firefox/100.0

Challenge: Budget App

Link to the challenge:

Did you solve this yourself? I Ran your Replit, and it says 11 tests ran successful.

...........
----------------------------------------------------------------------
Ran 11 tests in 0.001s

OK

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.