Skip to content

Instantly share code, notes, and snippets.

View KatyaPalamarchuk's full-sized avatar
💭
I may be slow to respond.

Katya KatyaPalamarchuk

💭
I may be slow to respond.
View GitHub Profile
This file has been truncated, but you can view the full file.
from tkinter import *
a = []
def dodatu(event):
b = text.get("1.0", END).split()
global a
# a.append(b)
a += [b]
text.delete("1.0", END)