From 4420bc12522b71ea3def191de2f0d37439f5a10f Mon Sep 17 00:00:00 2001 From: elevvvy Date: Fri, 20 Mar 2026 03:50:40 -0700 Subject: [PATCH 1/3] Update lab_1a.py --- labs/lab_1/lab_1a.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labs/lab_1/lab_1a.py b/labs/lab_1/lab_1a.py index 9d15ec83..6addb2f1 100644 --- a/labs/lab_1/lab_1a.py +++ b/labs/lab_1/lab_1a.py @@ -8,7 +8,7 @@ def main(): print("Hello World!") - name = "" # TODO: Insert your name between the double quotes + name = "Evelyn Wan" # TODO: Insert your name between the double quotes print(f"{name}, Welcome to the CSS course!") From 98bc23231dcb43d5dbd98cfaf56948044eda8338 Mon Sep 17 00:00:00 2001 From: elevvvy Date: Fri, 20 Mar 2026 03:56:40 -0700 Subject: [PATCH 2/3] Update lab_1a.py --- labs/lab_1/lab_1a.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labs/lab_1/lab_1a.py b/labs/lab_1/lab_1a.py index 6addb2f1..8bca206c 100644 --- a/labs/lab_1/lab_1a.py +++ b/labs/lab_1/lab_1a.py @@ -1,6 +1,6 @@ """ lab_1a.py - +This is to simulate a change made on a robot: robot_speed = 5 # m/s The first lab in the BWSI CSS course. To complete this lab, fill out the variable on line 10 with your name. Then, save the code, add it to the staging area, and commit it to the Git tree. """ From d0e2849f3556d5e72e017223ef4a851db2a5d84d Mon Sep 17 00:00:00 2001 From: elevvvy Date: Fri, 20 Mar 2026 04:00:50 -0700 Subject: [PATCH 3/3] Update lab_1a.py --- labs/lab_1/lab_1a.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labs/lab_1/lab_1a.py b/labs/lab_1/lab_1a.py index 8bca206c..15124f76 100644 --- a/labs/lab_1/lab_1a.py +++ b/labs/lab_1/lab_1a.py @@ -1,6 +1,6 @@ """ lab_1a.py -This is to simulate a change made on a robot: robot_speed = 5 # m/s +This is to simulate a change made on a robot: robot_speed = 8 # m/s The first lab in the BWSI CSS course. To complete this lab, fill out the variable on line 10 with your name. Then, save the code, add it to the staging area, and commit it to the Git tree. """