VS Code — Intermediate Playground
Microsoft's free, extensible code editor; Python support via the Python extension and Pylance
Using VS Code effectivelyRun locally
Install
Download from https://code.visualstudio.comPython CodeRun locally
Following best practices with 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?