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