Arithmetic Formatter

Hello!

Having issues running the code and it printing in the console in replit.

When I run the code in arithmetic_arranger.py all I get in the console is:

sh: 1: Use: not found

Follow above steps and change run = 'python3 main.py'

ensure like this

image

I did this and it did not work

What happened? The same error?

Please share a link to your replit.

Yes I keep getting the same error.

wait not its not printing anything, its just printing blank

on the same link as above

I don’t see a run button actually.

Your main.py is messed up as well. You don’t need to edit main.py, it just calls imports from arithmetic_arranger.py, do all your coding there.

You’ve deleted the unit tests from main.py.

I would copy your code from arithmetic_arranger.py into a new replit. Clone a new replit from the link in the project instructions and copy your arithmetic_arranger.py code in there.

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