First part of a series of scratch projects to backpack and use anywhere! (But please give credit!!!) This project includes 3 different blocks: Convert (input) to list: Takes the input and separates it into words. These words will then be put into the list in the same order as they were in the input. (eg. "bob bill john" is converted to {bob, bill, john}) Get word (number) of text (input): Sets the "Word output" variable to (number)th word of the (input) (eg. 1st of "bob bill john"= bob) Get number of words in (input) Sets the "WORDS" variable to the number of words there are in (input) (eg. "bob bill john"= 3)