Build a User Configuration Manager - Build a User Configuration Manager

Tell us what’s happening:

i did convert it to lower case but still it asks me to covert to lower case

Your code so far

test_settings = {
    "Theme" :"Dark",
    "language" :"english"
}
def add_setting(key,value):
    key = key.lower() 

Your browser information:

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

Challenge Information:

Build a User Configuration Manager - Build a User Configuration Manager

GitHub Link: freeCodeCamp/curriculum/challenges/english/blocks/lab-user-configuration-manager/684aaf9ec670c68d20efd0d0.md at main · freeCodeCamp/freeCodeCamp · GitHub

update the settings object, the test is not going to pass until you do that correctly