STEP 8: Let's use one of our parameter variables in the text command so that we can change it later.

The value of date is"Sunday the 20th". We change the date by changing the first argument in the function call.

  • Change the text argument in the .Text() command to date.
  • Change the x-coordinate to 0.
  • Change the color to "blue".

# THIS ACTIVITY IS IN PREVIEW ONLY MODE