Inside the list comprehension, call add_hyphen() with the argument word and iterate through each word value in words.
add_hyphen()
word
words
Make sure to type add_hyphen(word) for word in words.
add_hyphen(word) for word in words