You may use this code as starter code for the Password Generator Project! It defines two Procedures - to lower case and to upper case. Each has one parameter - word - and turns the word into a lower case word (to lower case) or upper case word (to upper case). Since Scratch doesn't have a concept of return, each method sets a variable set to a value when it completes - "lower case string" and "upper case string" that you can then use.