diff --git a/square.py b/square.py index 578ab33..ada28f7 100644 --- a/square.py +++ b/square.py @@ -4,7 +4,7 @@ import robot def main(): arlo = robot.Robot() - turn_time = 5 + turn_time = 3 left_speed = 64 right_speed = 64 print(arlo.go_diff(left_speed, right_speed, 1, 1))