Exercise: Sort by Length

Sort a list of words from shortest to longest using sorted() with key=len.
Python
Setting up Python environment...
Output