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