STEP 8: Let's display our outputs list right under our inputs list.

  • Click LOGIC then . Drop Variable Display into the bottom of your program, OUTSIDE the loop.
  • Change the display's variable name (to the left of the equal sign) from my_display to outputs_display.
  • Change the variable argument in .Display() to outputs and change the coordinates to (-7, 6).

Notice that the numbers in each list match the xy-coordinates of the points drawn by the loop!

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)