Write a function most_frequent(text)
, which takes a
string as a parameter. Your function should return the most
commonly occurring lower case ascii character from the text.
Encryption
Write a function most_frequent(text)
, which takes a
string as a parameter. Your function should return the most
commonly occurring lower case ascii character from the text.