test_settings = dict()
key_value_pair = tuple()
def add_setting(test_setting,key_value_pair):
key = key.lower()
value = value.lower()
if not key in test_settings:
return f"Setting {key} added with value {value} successfully"
elif key not in test_settings:
return f"Setting {key} already exists! Cannot add a new setting with this name"
add_setting({"theme":"light"},("THEME","dark"))
Build a User Configuration Manager: Build a User Configuration Manager | freeCodeCamp.org
I am very confused on what the instructions are asking for. I am also a little under practiced due to how sparse the activities are in the section. Is there any other outside platform activities and explanations to continue practicing.
Alot of youtube videos I searched for have a different syllabus priority for different subjects.