News

This is a very simple test of 3 functions for spliting a string into a list of strings based on the space character. Results are the same as "blah blah".split() in Python or words "blah blah" in ...
This Python project contains two functions: letter_frequency will take in a word to check, and a letter to check for. It will return an integer denoting the number of times the 'letter' appears in the ...