# loops

Find the Longest Spell Name

A spellbook has a list of spell names. Find the one with the most letters! πŸ“–

You're given a list of words (already split into words for you). Loop through and print the longest one. An empty list should print an empty line.

πŸ’‘ need a hint?

loop-longest-word.pyπŸ”’ given lines are locked β€” write your code in between
loading...