Python · SQLite & XML
You want to insert many rows. Is this the best tool? ``` for row in rows: cur.execute( "INSERT INTO t VALUES (?,?)", row) ```
Answer locked. Get the free KnowCard app to reveal it — plus spaced-repetition review so it actually sticks.
