Hello all, i'm a newbie, and i'm studing python and raspberry by myself ... so please be patient ..... :) I'm trying to run this script in python: ---- from gpiozero import LED, Button from signal import pause from time import sleep led = LED(23) pulsante = Button(18, pull_up=True, hold_time=5) puls...