How to change the values of user-inputted strings that act as keys in a nested dictionary pulled from a JSON
Advertisements I’m sorry for the crazy title. I’m new to programming and have no idea what I’m doing. I’m making a weight tracker that saves data to a JSON. The data is a nested dictionary that supposed to look like: { "Dates": { "11/11/11": { "Morning": 500, "Night": 502 } } } I’ve been trying… Read More How to change the values of user-inputted strings that act as keys in a nested dictionary pulled from a JSON