I currently have this code:
for element in tagall:
for item in element:
items = item
print(item)
but I can't seem to incorporate it into changing the text attribute on a label in tkinter. When I do:
label.config(text=(item))
the label only displays the last item and not all of them.
Thanks in advance
P.S. I fogot to mention that I'm using an sql server and 'tagall' is a variable of which a column of data has been set to