def turn_right(t=wheel_pulse): gpio.output(forward_left, gpio.HIGH) sleep(t) gpio.output(forward_left, gpio.LOW)