Should this mission consider strings with only spaces?
For example, test the following:
assert longest_word(" ") == “”
43