From 3425be5b79b00e9fc97fb8afa69548f342031e67 Mon Sep 17 00:00:00 2001 From: eeveelovesbooks Date: Fri, 13 Feb 2026 22:56:42 -0800 Subject: [PATCH] Add comment about robot speed variable --- 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 9d15ec8..dcc60ae 100644 --- a/labs/lab_1/lab_1a.py +++ b/labs/lab_1/lab_1a.py @@ -1,5 +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.