Arithmetic Formatter Help

I need help with Arithmetic Formatter. I have finished the writing the project but it gives me a traceback
[https://repl.it/@vien2024/fcc-arithmetic-arranger]

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/83.0.4103.116 Safari/537.36.

Challenge: Arithmetic Formatter

Link to the challenge:

it seems you have a syntax error because you are using the same quotes around the string and inside the string, so you have effectively the - operand between two strings, which is not a valid thing to use on strings

you need to change quote type or escape the quotes around the mathematical operators

I have changed the quote types, but it gives the traceback of assertion error

I see Syntax error: unmatched ')'

if you look at the error it also says where

Thank you for your help. I have just finished it.
Love your support