Arithmetic Arranger_ Scientific Computing with Python Certification Project

I have been working on this for over a week but it shows two errors when I tried to run in on Replit:(

It gives: Assertion Error: Expected different output when calling “arithmetic_arranger()” with [“3 + 855”, “3801 - 2”, “45 + 43”, “123 + 49”]
And : AssertionError:Expected solutions to be correctly displayed in output when calling “arithmetic_arranger()” with arithmetic problems and a second argument of True.

I am new to python and couldn’t think of a way to fix this. Please help:)


Link to my project
Many thanks :smiley:

Please provide a link to your code. That will help us help you.

Thank you. Here’s the link to my project: https://replit.com/@Nico852/boilerplate-arithmetic-formatter#arithmetic_arranger.py

si te puede ayudar creo entender que se deben respetar un espacio entre el dato y la coma( 0 ,9) o entre la coma y la función (x, np.array). espero acertar en la duda. estoy en mi proyecto lo busco mas corto.

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