Build a User Configuration Manager - Build a User Configuration Manager

Tell us what’s happening:

I dont have a fatal failure, but the console only shows me a line with w
i cant see what im doing…

Your code so far

def add_setting(key,value):
    asp = {key.lower(),value.lower()}

    return asp


print(add_setting("Test", "Retro"))

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36

Challenge Information:

Build a User Configuration Manager - Build a User Configuration Manager

Bugs can be reported as GitHub Issues. Whenever reporting a bug, please check first that there isn’t already an issue for it and provide as much detail as possible.

Please review User Story #1 again to learn what type of data structure your parameters should be.