Find longest word in a text

Write a function called find_longest that returns the longest word from a given sentence.
Python
Setting up Python environment...
Output