WARNING: This program has a bug, which means we need to fix it!

RULE: When you call a function that returns a value, you must store that value in a variable, like this:
my_num·=·number_generator()¬ . In this example, my_num stores the random number from the function.

  • Click Run and read the error message.
  • Debug the program so that the return value of the function is stored in a variable called my_num.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE