I\'m trying to insert a python variable into a MySQL table within a python script but it is not working. Here is my code
add_results=(\"INSERT INTO account_
If you are on python 3 and above, just use mysqlclient pip install mysqlclient. It is recommended by django and all the other drivers are bad.
pip install mysqlclient