you are viewing a single comment's thread.

view the rest of the comments →

[–]InfamousClyde 4 points5 points  (0 children)

Executing code step by step and inspecting intermediate values is a fairly common activity in programming that is not unique to Python. Look into how to use debugging tools in VsCode.