Learn Interfaces by Building an Equation Solver - Step 67

Tell us what’s happening:

How do I do this? I am trying, but well, it is not working… What do I do?

Your code so far

# User Editable Region

            details_list = [f'concavity = {concavity:>16}', f'{min_max} = {coord:>16}']
    for detail in details_list:
        output_string += f'{detail}\n'
    return output_string

# User Editable Region

Your browser information:

User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0

Challenge Information:

Learn Interfaces by Building an Equation Solver - Step 67

Look at the terminal while you try different numbers, you need to make so that the last character is directly below the last dash. Note, you need to use different numbers because the first part of the string that says aligned to the left has different lengths