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 return variable, like this:
my_num·=·number_generator()¬ . In this example, my_num stores the random number returned from the function.

  • Click Run and read the error message.
  • Debug the program by adding a return variable called my_num to store the value returned by the function.

To navigate the page using the TAB key, first press ESC to exit the code editor.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE
  • Run Code
  • Submit Work
  • Next Activity
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)