Raspberry Pi - gpiozero Library
Identify the error in this code snippet using DistanceSensor:
from gpiozero import DistanceSensor sensor = DistanceSensor(echo=4, trigger=17) print(sensor.distance * 100)
