def reverse_front(t): gpio.output(7, gpio.HIGH) gpio.output(36, gpio.HIGH) sleep(t) gpio.output(7, gpio.LOW) gpio.output(36, gpio.LOW)