Algorithm of working with DB

Report a typo

Place the code snippets below in a right order to make it work.

Put the items in the correct order
conn.close()
cur = conn.cursor()
conn = sqlite3.connection("DBname.db")
conn.commit()
cur.execute("some statement")
___

Create a free account to access the full topic