diff --git a/test.py b/test.py index f9b5770..f6feb07 100644 --- a/test.py +++ b/test.py @@ -1,4 +1,4 @@ a = int(input("Enter the value")) b = int(input("Enter the value")) c = a+b -print("This is the addition",c) +print(c)