import RPi.GPIO as GPIO GPIO.setwarnings(False) GPIO.cleanup() GPIO.setmode(GPIO.BCM) GPIO.setup(20,GPIO.OUT) GPIO.output(20, GPIO.LOW)