Learn 1: The Notebook

6. Variable Initialization


In this cell we have provided an empty init() function.

Instead of declaring and initializing global variables here, as we have done previously, you will be asked to write some code to instantiate the variable container class that you will be creating.