You can create a release to package software, along with release notes and links to binary files, for other people to use. Learn more about releases in our docs.
##Write a function named word_length_dictionary that takes a list of strings named words as a parameter. The function should return a dictionary of key/value pairs where every key is a word in words ...