Build a Budget App - Build a Budget App - Issues with percentage chart (steps 19, 20, 23 and 24)

Ok, step 20 done.

It seems the issue was the 2 spaces I added, I don’t even fully understand how, when I tested it first time without them (last week), the bars would stick together without them. Maybe the changes I made later on made this part useless

line_data = f"{percent:>3}| {points}{2*space}"`
[/quote]