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.
- Go to PythonTutor
- Select Python 3.6
- Paste in some of your programs. MinMaxAvg would be a great example.
- Click Visualize Execution
- Examine your code by clicking forward button