0
誰も私のコードがこのエラーを出す理由を教えてもらえますか?Python SqlLite Select文のエラー
sql_statement = '''SELECT name FROM users WHERE username = ? and password = ?''', (uname, password)
#print('About to execute the following SQL statement: \n' + sql_statement)
print(type(sql_statement))
cursor.execute(sql_statement) # Execute the SQL statement we created
エラー出力
cursor.execute(sql_statementは)
とValueError:操作パラメータは