From c55a5369408e2c42885f7796f9490a9bc638a06d Mon Sep 17 00:00:00 2001 From: Tanisi Date: Thu, 19 Feb 2026 21:08:19 -0500 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..66d427f7 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 = "Tanisi Gowda" #TODO: Insert your name between the double quotes print(f"{name}, Welcome to the CSS course!") From 0d43100b0f3f1deb2cce53b1a00a29f203dfcf2c Mon Sep 17 00:00:00 2001 From: Tanisi <109491564+Come2life@users.noreply.github.com> Date: Sat, 21 Feb 2026 19:01:38 -0500 Subject: [PATCH 2/3] Update lab_1a.py --- labs/lab_1/lab_1a.py | 1 + 1 file changed, 1 insertion(+) diff --git a/labs/lab_1/lab_1a.py b/labs/lab_1/lab_1a.py index 66d427f7..424c5756 100644 --- a/labs/lab_1/lab_1a.py +++ b/labs/lab_1/lab_1a.py @@ -3,6 +3,7 @@ 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. +This is to simulate the change made on a robot: robot_speed = 5 # m/s """ def main(): From 03b2bae1ea4e14d6b9b688919a189227c98055ff Mon Sep 17 00:00:00 2001 From: Tanisi <109491564+Come2life@users.noreply.github.com> Date: Sat, 21 Feb 2026 20:17:15 -0500 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 424c5756..7999224e 100644 --- a/labs/lab_1/lab_1a.py +++ b/labs/lab_1/lab_1a.py @@ -3,7 +3,7 @@ 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. -This is to simulate the change made on a robot: robot_speed = 5 # m/s +This is to simulate the change made on a robot: robot_speed = 8 # m/s """ def main():