CONSOLE: Let's check out the Console! We will be using this space more and more in subsequent lessons.

The stage is great for visual output like images and animations! The console is an interface for inputting and outputting text information. Using print() and the console is a useful way to know if there's a while loop running!

  • Find the print() statements in the code. Click Run and click the Console button to see the output!
  • Replace "your message here" in the last print() with the variable choice. Run to see your message!

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)