From bee792b52b84e17eb8f41cd242e82bbc4c0fa20f Mon Sep 17 00:00:00 2001 From: Betty k Date: Fri, 24 May 2024 12:29:23 +0530 Subject: [PATCH 1/3] first commit --- sub.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sub.py diff --git a/sub.py b/sub.py new file mode 100644 index 0000000..6ea358b --- /dev/null +++ b/sub.py @@ -0,0 +1,4 @@ +num1 = 10 +num2 = 5 +result = num1 - num2 +print("Subtraction using the Minus Operator:", result) \ No newline at end of file From 2716a4da28467979ef35a966526ad014e0044ba1 Mon Sep 17 00:00:00 2001 From: Betty k <156065962+bettykgeorge@users.noreply.github.com> Date: Fri, 24 May 2024 17:58:18 +0530 Subject: [PATCH 2/3] Update sub.py --- sub.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sub.py b/sub.py index 6ea358b..99da6fa 100644 --- a/sub.py +++ b/sub.py @@ -1,4 +1,4 @@ num1 = 10 num2 = 5 result = num1 - num2 -print("Subtraction using the Minus Operator:", result) \ No newline at end of file +print("Subtraction using the Minus :", result) From 61d215328a4020f6aebc2bbd5e3c3ef4b7bd3bf7 Mon Sep 17 00:00:00 2001 From: Betty k <156065962+bettykgeorge@users.noreply.github.com> Date: Fri, 24 May 2024 18:02:48 +0530 Subject: [PATCH 3/3] Update sub.py --- sub.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sub.py b/sub.py index 99da6fa..62f2932 100644 --- a/sub.py +++ b/sub.py @@ -1,4 +1,4 @@ -num1 = 10 +num1 = 15 num2 = 5 result = num1 - num2 print("Subtraction using the Minus :", result)