I\'m learnig how to work with SQLite in Python 3. I am using this example code:
import sqlite3 con = sqlite3.connect("database.db") cur = con.cursor()