Ex1 - Hello World:

Objective: Learn how to navigate in File Explorer and Visual Studio (VS) Code. Practice creating a Python file that outputs a string message in the VS Code terminal.

  • Note: To complete this exercise, please follow the instructions in the Getting Started > Tools pages. Please make sure to reference these pages to complete the exercise.
  1. Name the file: Ex1_HelloWorld.py.
    • The file should end in .py which indicates that the file is a Python script. (Note: When VS code runs the file through the Python interpreter, it reads through the code and determines what each word in the file means).
  2. Write a print function that outputs the below result in the VS Code terminal:

Hello Python World! Stay safe and be well