Ok that makes sense. My final question and I'm sorry I've been asking a lot. In terms of reading the GPIO. I'm assuming I would need to read GPIO 3. I would first need to make GPIO 3 and input using the command GPIO.setup(3, input)
But than to read it what would it be?