An Error User Configuration manager

i was doing the first certification project and it showed that i ran into an error even before i wrote anything.

I somehow fixed it and got it to work again, but this time im getting the same error message at the 4th step of add_setting function even though my code is correct.

Can you please help me in fixing this issue

can you please give more infos on what’s happening?

i wrote the code required to pass step 4 as:

key, value = pair

key = key.lower

value = value .lower

i searched on google for help and this was the result

Please provide a link to the exercise so we can understand what you’re doing

are you trying to use the lower() method? in your code you are not using it, you may want to review how to use methods

for anythign else, please use the help button

If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Help button located on the challenge.

The Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.

All right, thank you so much!!!