how to use tkinter with sqlite in python
问题 I had issues with delivering tkinter entry to sqlite My goal is build user interface to collect data and delete, show, update, I will keep learning. I think my problem in def savedata (): I changed what inside brackets I tried change this also c.execute('INSERT INTO data (fname, sname) VALUES (?,?)', (firstname_entry, secondnamename_entry)) conn.commit() . thank for helping . import random import tkinter as tk from tkinter import * from tkinter import messagebox import sqlite3 def conacona():