diff --git a/Calculator/calculator.py b/Calculator/calculator.py index 7874ec3..344eaba 100755 --- a/Calculator/calculator.py +++ b/Calculator/calculator.py @@ -3,6 +3,7 @@ a = int(input()) b = int(input()) + print("Select the operation to be perform\n(1) +\n(2) -\n(3) *\n(4)\ \n") t = int(input()) @@ -19,4 +20,4 @@ print("Wrong operation !") #prints the result -print(t) \ No newline at end of file +print(t)