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.
Please write and test your code in the above textbox before Oct. 31th at noon.