From 36f15908d743f6ec35d91d0fe21244f24cb206b3 Mon Sep 17 00:00:00 2001 From: Swarangi Date: Wed, 21 Sep 2022 02:07:00 +0530 Subject: [PATCH] clear button fixed --- My cal.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/My cal.py b/My cal.py index d5be8a4..0cdca50 100644 --- a/My cal.py +++ b/My cal.py @@ -38,6 +38,9 @@ def equlbut(): def clrbut(): textin.set('') + textin = "" + + metext=Entry(me,font=("Courier New",12,'bold'),textvar=textin,width=25,bd=5,bg='powder blue')