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: