Write a Python function that takes a list of words and returns the length of the longest one. Note that an String is acctully a list, it means we can use the len() function on it. code example
Example: this function returns the length of a list
atoi(“ten”)