Python · SQLite & XML
Does using the connection as a context manager close it? ``` with con: cur = con.cursor() cur.execute("INSERT INTO t VALUES (1)") # ... use con again here? ```
Answer locked. Get the free KnowCard app to reveal it — plus spaced-repetition review so it actually sticks.
