Learn Interfaces by Building an Equation Solver - Step 67

Tell us what’s happening:

learn interfaces by building an equation solver - Step 67

It keeps saying “Sorry, your code does not pass. You’re getting there.
The solver function should return a different string.”

This is the answer I gave. details_list = [f’concavity = {concavity:>10}‘, f’{min_max} = {coord:>13}']

but it’s still not working.

Please help. :pray::cry:

Your code so far

# User Editable Region

            details_list = [f'concavity = {concavity:>10}', f'{min_max} = {coord:>13}']

# User Editable Region

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Mobile Safari/537.36

Challenge Information:

Learn Interfaces by Building an Equation Solver - Step 67

Oh, I just figured the answer out on my own. Sorry for the inconvenience.
However, I’d still leave the topic up for feedback just incase there are others who may also run into this same issue in the future. :wink:
Answer’s available on request.

3 Likes

Could you help me? i’m having the same problem.

1 Like

It’s :>12 & :>18. All we had to do was ensure that it looks exactly like the example they give

2 Likes

what does it look like in the code? like where would i put it and where exactly would it look like

2 Likes

If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Ask for Help button located on the challenge (it looks like a question mark). This button only appears if you have tried to submit an answer at least three times.

The Ask for Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.

1 Like