The Data tab offers us a nice and clean way to inspect the values of the variables in the Python program. In the following steps, we will explore its capabilities with our example program:
- First, let's shift our attention to the Python Console panel, which appeared (most likely) at the bottom of the project window when we ran our program in the console. On the right-hand side of the panel, we can see a section that lists all the variables in our program and their respective values. Our variables should look similar to the following:
- Now, we can inspect the values ...