From 6fc4f66245f9b59fa4153cb85b72a2a481cbc8a1 Mon Sep 17 00:00:00 2001 From: Unbewohnte <65883674+Unbewohnte@users.noreply.github.com> Date: Sat, 26 Sep 2020 09:17:56 +0300 Subject: [PATCH] Update cursor_coordinates.py --- cursor_coordinates.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/cursor_coordinates.py b/cursor_coordinates.py index 24a4536..3a075bb 100644 --- a/cursor_coordinates.py +++ b/cursor_coordinates.py @@ -10,8 +10,6 @@ def cursor(): label2.place(x = 220, y = 350, height = 50, width = 165) label2.after(60, cursor) buttonyes = False - BigX = False - BigY = False if buttonyes == False: button1.destroy() labelx = Label(root, text = 'X', font=('Arial Bold',20))