how to run python on visual studio code code example
Example 1: getting started vscode python
py -3 -m venv .venv
.venv\scripts\activate
Example 2: how to run python code in visual studio 2019
# Video explanation here because its too hard explaining it with words
Example 3: how to get python to output in the terminal in vsc
mkdir hello
cd hello
code .