Using Copilot in VS Code
  1. Install a Python Interpreter
  2. Install VS Code
  3. Install the VS Code Python Extension
    1. Click "Extensions" in the Activity Bar.
      1. Search "Python", and click "Install". (This automatically installs "Python Debugger" and "Python Environments".)
      2. Search "GitHub Copilot". (It seems to have been installed.)
    2. Log in with your GitHub account.
    3. Now type the code "# Print 'Hello Copilot'."
    4. Ctrl + F5 to run.