From 1cd02d3e745ca43d3ac024625fb7fd8ad1a8ecfc Mon Sep 17 00:00:00 2001 From: dkyuwon Date: Sun, 22 Feb 2026 21:16:53 -0500 Subject: [PATCH] Add comment about robot speed variable Added a comment explaining the purpose of this variable --- 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..41c40c7b 100644 --- a/labs/lab_1/lab_1a.py +++ b/labs/lab_1/lab_1a.py @@ -1,4 +1,4 @@ -""" +"""This is to simulate a change made on a robot: robot_speed = 5 # m/s lab_1a.py The first lab in the BWSI CSS course. To complete this lab, fill out the variable on line 10