You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cursor.execute("""CREATE TABLE personas (id INTEGER PRIMARY KEY AUTOINCREMENT , dni INTEGER , barrio TEXT ,hermanos INTEGER ,hermanas INTEGER, fecha_registro TEXT)""")
cursor.execute("""
INSERT INTO personas(id,dni,barrio,hermanos,hermanas,fecha_registro)