Please Help Arithmetic Arranger

https://replit.com/@JoeClauson/boilerplate-arithmetic-formatter#arithmetic_arranger.py

So confused on the formatting for the tests of this project and don’t understand why the tests aren’t passing.

Does this help:

- --    -----
+ --    -----    
?            ++++
- ---    ------
+ ---    ------    
?              ++++
- --    -----
+ --    -----    
?            ++++
- -    ------
+ -    ------    
?            ++++
- -    -----
+ -    -----    
?           ++++

It looks like you have extra spaces at the end of some lines

2 Likes

Helps alot thank you so much, how do I get that information?

1 Like

I copied lines of the error messages into a code block to get the color highlighting.

1 Like

Yes my program passes all the tests now - thank you so much!

1 Like

A post was split to a new topic: Help with Arithmatic Formatter

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