I have been trying with the below code:
import sqlite3 data_person_name = [(\'Michael\', \'Fox\'), (\'Adam\', \'Miller\'),
It seems that you've done it already. So there's no need to reference that field when you insert.
INSERT INTO q1_person_name (first_name, last_name) VALUES (?,?)