Jul 8, 2024
python --version or py --version.Install Now..py extension (e.g., test.py).test.py:
print("This is file 1")
print(50)
test2.py:
print("This is file 2")
print(100)
cd Desktoppython test.py or py test.pytest.py: This is file 1 50test2.py: This is file 2 100"code-runner.runInTerminal": truepython_files).cd Desktopcd python_filescode .