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;