def reverse_turn_left(t): print('reverse left') gpio.output(left_reverse, gpio.HIGH) sleep(t) gpio.output(left_reverse, gpio.LOW)