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
- Install Python 3.12.
- Install VS Code and the Python extension.
- Clone the class starter repo (link on the LMS).
- Complete
hello.pyso it prints your full name and year. - Submit through the LMS.
Grading
Full credit for a program that runs without errors and prints the two lines. Partial credit for demonstrating attempts.