From 226f7732f523f53c41f928a5b2cffb8956751dd3 Mon Sep 17 00:00:00 2001 From: tejal_mane Date: Sat, 24 Sep 2022 23:36:08 +0530 Subject: [PATCH] clear button fixed --- My cal.py | 1 + 1 file changed, 1 insertion(+) diff --git a/My cal.py b/My cal.py index d5be8a4..85925ba 100644 --- a/My cal.py +++ b/My cal.py @@ -38,6 +38,7 @@ def equlbut(): def clrbut(): textin.set('') + textin = "" metext=Entry(me,font=("Courier New",12,'bold'),textvar=textin,width=25,bd=5,bg='powder blue')