A1 — Setup and first programs

Install Python 3.12 and VS Code, run the class starter script, and submit a short program that prints your name and matriculation year.

Overview

Get your development environment working and submit your first program. Details below.

What to do

  1. Install Python 3.12.
  2. Install VS Code and the Python extension.
  3. Clone the class starter repo (link on the LMS).
  4. Complete hello.py so it prints your full name and year.
  5. Submit through the LMS.

Grading

Full credit for a program that runs without errors and prints the two lines. Partial credit for demonstrating attempts.