From 189af11f07ca1de056c39891b189eda05b314b46 Mon Sep 17 00:00:00 2001 From: 10_2 Date: Wed, 8 Jan 2025 10:27:37 +0800 Subject: [PATCH] =?UTF-8?q?Signed-off-by:=2010=5F2=20=20?= =?UTF-8?q?=E8=BF=99=E6=98=AF=E4=B8=80=E4=B8=AA10=5F2=E7=94=B5=E8=84=91?= =?UTF-8?q?=E7=9A=84=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 2025-1-8-1.py | 1 - 1 file changed, 1 deletion(-) diff --git a/2025-1-8-1.py b/2025-1-8-1.py index aeb62d5..828e461 100644 --- a/2025-1-8-1.py +++ b/2025-1-8-1.py @@ -10,7 +10,6 @@ class MovingLabel(threading.Thread): self.text=text self.label=tk.Label(window,image=kuang,text=self.text,compound="center",font=("黑体",20),fg="white",width=190,height=45) self.label.place(x=random.randint(50,800),y=0) - def run(self): y=0 while y<650: