STEP 5: Let's use our integer variable to store the number of points in our stars!

The variable star_points is an integer variable because it stores a number.

  • Change the name of the new variable from my_var to star_points.
  • Change the value of star_points to 10.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE