STEP 1: Let's create a variable to control the size of our stars.

The variable star_size is an integer variable because it stores a whole number.

  • In LOGIC, go to and drag out Integer Variable. Drop it on the line 3 right above your first star.
  • Change the variable name to star_size.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE