Learn Interfaces by Building an Equation Solver - Step 64

The instructions use <> to indicate that a variable goes here, but that’s not how you print a variable in Python. Use the same method that you used to print in the previous details_list, it should look similar to the format in the previous case.

What does your output look like? Remember you will need to use print(solver(quadr_eq)) at the end to show the output for quadratic.