If I have a dictionary like the one below:
myd = {"Dave": 19,
"Amy": 16,
"Jack": 21,
"Jose": 22,
"Ximena": 21,
"Seta": 26 }
is it possible to write a python command to replace “Amy” with “Mike”, keeping the value?