Hi so Im trying to do frequency analysis to solve a key. I have a dictionary with all values. I am trying to change the value that occurs the most in the dictionary to 'e' as it occurs the most in the english langugae.
I have searched online and everything i try it does not work so lets say d = {a:54, b: 73, d: 98}
i want to change that d to the letter e.
how do i go about this in my text file? like how do i call the dictionary to implement such a change?
thank you!