I am writing in python 2.7.
My code is as follows:
import sqlite3 conn = sqlite3.connect("authorisation.db") cursor = conn.cursor() rows = c