From 2912d1a52462de96bfb2d75c2ed104a61a31a4c2 Mon Sep 17 00:00:00 2001 From: Abdullah403 <71541820+Abdullah403@users.noreply.github.com> Date: Thu, 1 Oct 2020 11:02:00 +0530 Subject: [PATCH] Update Simple Calculator by Python.py --- Simple Calculator by Python.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Simple Calculator by Python.py b/Simple Calculator by Python.py index cb9efed..f1fc588 100644 --- a/Simple Calculator by Python.py +++ b/Simple Calculator by Python.py @@ -7,7 +7,8 @@ Platfrom: Pycharm Community Version """ - +a = 'WELCOME TO THIS CALCULATOR' +print(a.center(60)) from tkinter import *; from tkinter import messagebox;