Executing SQL in Python

#Connect to database

connection = sqlite3.connect("course.db")

cursor = connection.cursor()


# Insert a learner record