# #conn= sqlite3.connect('intro.db') c= conn.cursor() conn.commit() conn.close() -->should be written in every new area of code i.e. def,if, else etc # #only enter index not any other fields then ...
root=Tk() #you can change root (variable) to anything name_labels=Label(root,text='enter name').grid(row=0,column=0) address_labels=Label(root,text='enter address ...