Search results

  1. R

    Quick Python Help!

    I'm trying to have something selected from a MySQL table. I want the user to choose the table SO i have set the statement as so... ("""SELECT * FROM `%s`""", (choice)) So for example. If the user has entered "Science" I have choice = "Science" So why when I run this, it tells me that...
Top