Learn Interfaces by Building an Equation Solver - Step 67

Tell us what’s happening:

I have gotten the even in the terminal as they wanted but I don’t understand what I did wrong

Your code so far

# User Editable Region

            details_list = [
                f'{"concavity =":12}{concavity:>12}',
                f'{min_max + " =":9}{coord}'
            ]

# User Editable Region

Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36

Challenge Information:

Learn Interfaces by Building an Equation Solver - Step 67

By all counts they are essentially the same. The only potential issue I could see is whitespace.

Try placing the last zero below the s of upwards

Happy coding

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