Create a Find Smallest app that:
- Allows a user to create a list of at least 5 food items.
- Displays all of the items in the `foods` list using a `for` loop.
- Using a `for` loop, display all of the items in the `foods` list with
less than 7 letters.