Install Python, VS Code, formatter and print your first program.
python --version
pip install black
print("Hello, World!")
python hello.py