Sqlite Python Seleccione con parámetros

self.cursor.execute("SELECT weight FROM Equipment WHERE name = ?", [item])
Courageous Chinchilla