Learn Interfaces by Building an Equation Solver - Step 65

Tell us what’s happening:

I’ve tried a lot of width, I’m confused
Are there a method to guess the right width?

Your code so far

# User Editable Region

            details_list = [f'slope = {slope:>12.3f}', f'y-intercept = {intercept:>9.3f}']

# User Editable Region

Challenge Information:

Learn Interfaces by Building an Equation Solver - Step 65

Welcome to the forum @emm3

Compare your output to the expected output.

Happy coding

1 Like