CPSC120B
Fundamentals of Computer Science I

Post-lab 21

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.