What's going on under the hood?

It’s very important to understand how computer executes your code. There’s a very useful page that will help you analyze your code line by line.

  1. Go to PythonTutor
  2. Select Python 3.6
  3. Paste in some of your programs. MinMaxAvg would be a great example.
  4. Click Visualize Execution
  5. Examine your code by clicking forward button