STEP 2: We started building this program for you! Now, we'll start learning how it works!

The variable star_size at the top of our program will control the size (the radius) of the first three stars.

  • Find star1 in the editor and change its radius argument from the integer 10 to the variable star_size.

Remember, integers and variables DO NOT get quotes around them!

# THIS ACTIVITY IS IN PREVIEW ONLY MODE