2. Navigate to the directory where your Python file is located using the “cd” command.
3. Run your Python code by typing “python your_file_name.py” in the terminal, replacing “your_file_name” with the name of your Python file.
That’s it! You can now run your Python code in VS Code either through the debugger or the integrated terminal.