(python/ sql) I'm not able to find the solution on how to print the output for the following code

前端 未结 0 1666
广开言路
广开言路 2021-01-02 02:22
def search():
    searc = input("Enter the name you want to search: ")
    s = (searc)
    mycursor.execute("SELECT * FROM studen WHERE Name = {}"         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题