Hello,
I’ve been trying to complete this project but I am always getting stuck in the create_spend_chart function, I’ve using the Diffchecker and I cant see any difference between my output and the expected one, here is my Replit Link:
Replit Link: boilerplate-budget-app - Replit
My Output:
"Percentage spent by category\n100| \n 90| \n 80| \n 70| o \n 60| o \n 50| o \n 40| o \n 30| o \n 20| o o \n 10| o o \n 0| o o o \n ----------\n B F E \n u o n \n s o t \n i d e \n n r \n e t \n s a \n s i \n n \n m \n e \n n \n t "
Expected Output:
"Percentage spent by category\n100| \n 90| \n 80| \n 70| o \n 60| o \n 50| o \n 40| o \n 30| o \n 20| o o \n 10| o o \n 0| o o o \n ----------\n B F E \n u o n \n s o t \n i d e \n n r \n e t \n s a \n s i \n n \n m \n e \n n \n t "
I would appreciate if someone could help with this.
Thanks
Challenge: Scientific Computing with Python Projects - Budget App
Link to the challenge: