On 09/11/2014 11:05, [email protected] wrote:
curs is coming from the following piece of codeimport sqlite3 conn = sqlite3.connect('dbase1') curs = conn.cursor()
Today's exercise is to find the documentation and read it before posting another question. Better still is to use the interactive prompt to run the above and the help facility at the same time. IMHO this is the best possible way to learn Python.
-- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence -- https://mail.python.org/mailman/listinfo/python-list
