Please Help with Arithmetic Formatter

Hi! — I need some help understanding my code won’t pass the py test. My formatting seems good, and I have the True value working accordingly.

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

Any suggestions ?

I moved your post into a new topic so you aren’t threadjacking.

1 Like

Going through the error messages, there are a couple of issues.
First, your code seems to only create output for ONE problem, even if there are more.
Second, the “to many problems” error is invoked when there aren’t to many problems. Meanwhile you are not throwing an error when the operator is “/” (but only + and - are allowed).

Errormessages can be a bit daunting at first, as there is a lot of text.
But they go something like this

+ one output
- other output
? differences

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