From 86a59df23e084aa4bfc9b8dc7929cca441f5b5c7 Mon Sep 17 00:00:00 2001 From: divyay Date: Thu, 19 Aug 2021 18:51:20 +0530 Subject: [PATCH 1/2] test.py added --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index db42fcc..4497504 100644 --- a/test.py +++ b/test.py @@ -2,4 +2,4 @@ def add(a, b): return a + b def sub(a, b): - return a - b \ No newline at end of file + # return a - b \ No newline at end of file From 479f8efffd82fdcd8c4ae84b83da42c399a3b164 Mon Sep 17 00:00:00 2001 From: divyay Date: Thu, 19 Aug 2021 18:52:31 +0530 Subject: [PATCH 2/2] test.py added --- test.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/test.py b/test.py index 4497504..2bd07f9 100644 --- a/test.py +++ b/test.py @@ -1,5 +1,3 @@ -def add(a, b): - return a + b def sub(a, b): # return a - b \ No newline at end of file