I have a problem in python code with sqlite3.
This is my code.
conn = sqlite3.connect("test.db", isolation_level=None) c = conn.cursor() c.execut