how to use vscode to run python code example
Example 1: getting started vscode python
py -3 -m venv .venv
.venv\scripts\activate
Example 2: how to get python to output in the terminal in vsc
py -3 --version
py -3 -m venv .venv
.venv\scripts\activate
py -3 --version