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