Place the code snippets below in a right order to make it work.
Accessing raw DB
Algorithm of working with DB
Report a typo
Put the items in the correct order
conn.close()
cur = conn.cursor()
conn = sqlite3.connection("DBname.db")
conn.commit()
cur.execute("some statement")
___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.