Given the following list of dictionaries:
[
{'Label': 'Acura', 'Value': '1'},
{'Label': 'Agrale', 'Value': '2'}
]
How can I replace the word 'Label' with 'Make' and 'Value' with 'Code'?
I´m new to python and have tried many different approaches with no success.