Ok, so I'm not that experienced in Python.
I have the following Python code:
cursor.execute("INSERT INTO table VALUES var1, var2, var3,")
where var1 is an integer, var2 & var3 are strings.
How can I write the variable names without python including them as part of the query text?