Python Debugger (VS Code)Intermediate Playground

Debug Python scripts, tests, and remote processes in VS Code

Using Python Debugger (VS Code) effectivelyRun locally
Install
Install from VS Code Marketplace: ms-python.debugpy
Python CodeRun locally

Following best practices with Python Debugger (VS Code) ensures a productive development workflow.

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?