Python not writing data to MySQL

QuestionsPython not writing data to MySQL
sethbeckerman5 Staff asked 4 years ago

I'm writing code to build a database where I can input the records from a program and print it when needed. I created a database where I'll save all the data. But when I input the data from the front end, it says "Please check your inputs". This is the code for the part I'm having problem with:

And this is the message I get from the console:

whereas it should show the inputs I made. Can someone please tell me what's going wrong?


View on Stack Overflow