Raspberry Pi - GPIO Basics with Python
Identify the error in this code snippet:
import RPi.GPIO as GPIO GPIO.setmode(GPIO.BCM) GPIO.input(18) GPIO.setup(18, GPIO.IN)
