Skip to content

Lab 01: Setup and First Run

Goal

Confirm that the programming environment works and create a tiny interactive Python program.

Practice Tasks

  • Open the course-approved editor or environment.
  • Create and run a Python file.
  • Print a short welcome message.
  • Prompt for a name and echo it back.

Check Yourself

  • Can you run the program more than once?
  • Can you explain where input is stored?
  • Can you identify the line that produces output?