How to run a python program in Spyder

  1. Open Spyder
  2. Type the following into the text file.
  3. print("Hello World")
    img

  4. Save the file.
  5. Run the python program using any of the following methods:

  6. img

  7. You should see "Hello World" printed out in the console.

  8. img