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 see the value of any variable!
- Find the print() statements in the code. Click Run and click the Console button to see the output!
- Replace "split word" in the last print() with choice_list to see the list created from your input!
To navigate the page using the TAB key, first press ESC to exit the code editor.