From 0793b6f48f0d22b3c70fe41ecd12cda8e5f93f51 Mon Sep 17 00:00:00 2001 From: Puthin Kumar <44038073+Puthin@users.noreply.github.com> Date: Mon, 3 Dec 2018 00:43:32 +0530 Subject: [PATCH] Added a string for better User experience Im just trying out github...lol --- My cal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/My cal.py b/My cal.py index 63d5140..247de6f 100644 --- a/My cal.py +++ b/My cal.py @@ -2,7 +2,7 @@ me=Tk() me.geometry("354x460") -me.title("CALCULATOR") +me.title("CALCULATOR IN PYTHON") melabel = Label(me,text="CALCULATOR",bg='White',font=("Times",30,'bold')) melabel.pack(side=TOP) me.config(background='Dark gray')