I am creating a sort of a database and I need to change a key in a dictionary.
{'lastExecution': '1-1-1970', 'wachtwoord': 'wachtwoord', 'name': {'laatsteUpdate': '1-1-1970', 'puntenAantal': '0'}}
How can I change the key that is now called name and still keep the data assigned to it?
PS, I am using python(3.7.0b4)