STEP 2: First we will create a variable to store the word that the user will guess.

We will use the word "python" as an example for this lesson.

  • Go to and drag String Variable to the bottom of your program.
  • Change the variable name to word.
  • Change the string to a word that you want the user to guess.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE