From 1eac8e69a8765b321a6d8539f41982fcca06d9a3 Mon Sep 17 00:00:00 2001 From: rjtmathur1990 Date: Wed, 3 Oct 2018 11:48:03 +0530 Subject: [PATCH] Update calculator.py --- Calculator/calculator.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)