s1n7
1
Hey guys!
My code works just fine in my Pycharm, but at repl.it there are still test fails and I can’t find out what’s wrong. Do you see my mistake?
My Code
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36
.
Challenge: Budget App
Link to the challenge:
Hello~!
It looks like you’ve got an extra space at the end of the very last line on your chart:
1 Like
s1n7
3
Thanks! I got rid of the extra space. But there are still spacing failures. Do you know what I do wrong? I’m sorry, I’m new to programming.
New Code
Good morning~
I tweaked the test to print the full diff
, and it looks like now you’re missing the space at the end of every line.
1 Like
s1n7
5
Works just fine now! Thank you so much for your help!
1 Like