Scientific Computing with Python Projects - Arithmetic Formatter

Tell us what’s happening:
I’m using replit for the first time here, so I’m not really sure if I’m doing it right. When I try to run main.py to test the function, I get the following error:

Traceback (most recent call last):
File “”, line 1, in
NameError: name ‘main’ is not defined. Did you mean: ‘min’?

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36

Challenge: Scientific Computing with Python Projects - Arithmetic Formatter

Link to the challenge:

you have shared the join link, this is the link that allows other people to make edits in your repl, so I am deleting it from your post for your safety. Please post the link you have in the url bar qhen you are working on the repl

I am not seeing that error. However, I do see the following error related to line 63.

Traceback (most recent call last):
File “main.py”, line 4, in
from arithmetic_arranger import arithmetic_arranger
File “/home/runner/boilerplate-arithmetic-formatter-1/arithmetic_arranger.py”, line 63
return arranged_problemsdef arithmetic_arranger(*problems):
^^^^^^^^^^^^^^^^^^^
SyntaxError: invalid syntax