β back to unit
Medium
# 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...