@ -7,7 +7,7 @@ motorB = Motor('B')
motorA.start(50)
motorB.start(50)
time.sleep(3)
time.sleep(4)
motorA.stop()
motorB.stop()