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