From f71e0732d1da21c46798d7207b527c3e209e855d Mon Sep 17 00:00:00 2001 From: Abhee Krishna Date: Fri, 14 Mar 2025 11:51:35 +0530 Subject: [PATCH 01/11] Update add.py --- add.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/add.py b/add.py index c2e197f..5d1cedd 100644 --- a/add.py +++ b/add.py @@ -1,4 +1,4 @@ a = 14; -b = 30; +b = 40; a+b; From 665e0a2c79765193ed1b21118ce50bfe7a6da1f2 Mon Sep 17 00:00:00 2001 From: Abheekrishna Date: Fri, 4 Apr 2025 12:06:23 +0530 Subject: [PATCH 02/11] Added variable in add.py --- add.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/add.py b/add.py index 5d1cedd..62c1fe7 100644 --- a/add.py +++ b/add.py @@ -1,4 +1,4 @@ a = 14; b = 40; -a+b; +c = a+b; From 540630f8541522a424ea9e27cace5018ab888b52 Mon Sep 17 00:00:00 2001 From: Abhee Krishna Date: Fri, 4 Apr 2025 12:06:55 +0530 Subject: [PATCH 03/11] Update add.py --- add.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/add.py b/add.py index 5d1cedd..62c1fe7 100644 --- a/add.py +++ b/add.py @@ -1,4 +1,4 @@ a = 14; b = 40; -a+b; +c = a+b; From b36b22567069806aa9c5ae87494703b9118e0039 Mon Sep 17 00:00:00 2001 From: Abhee Krishna Date: Fri, 4 Apr 2025 12:09:11 +0530 Subject: [PATCH 04/11] Update add.py --- add.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/add.py b/add.py index 62c1fe7..dfd8aa6 100644 --- a/add.py +++ b/add.py @@ -1,4 +1,4 @@ a = 14; b = 40; -c = a+b; +d = a+b; From e7b161627bbe859d387c921ea752556101b5040d Mon Sep 17 00:00:00 2001 From: Abhee Krishna Date: Fri, 4 Apr 2025 12:09:48 +0530 Subject: [PATCH 05/11] Update add.py --- add.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/add.py b/add.py index dfd8aa6..995c826 100644 --- a/add.py +++ b/add.py @@ -2,3 +2,5 @@ b = 40; d = a+b; +c = a - b + From 94646849c0cfcefe3d1ba0ac90d0dfdd2c38cb08 Mon Sep 17 00:00:00 2001 From: Abhee Krishna Date: Fri, 4 Apr 2025 12:10:53 +0530 Subject: [PATCH 06/11] Update add.py --- add.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/add.py b/add.py index 995c826..d6099a8 100644 --- a/add.py +++ b/add.py @@ -1,4 +1,4 @@ -a = 14; + b = 40; d = a+b; From 5b6ed38db86685308ca79ace4894d953c41812ec Mon Sep 17 00:00:00 2001 From: Abhee Krishna Date: Fri, 4 Apr 2025 12:12:45 +0530 Subject: [PATCH 07/11] Update class.py --- class.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/class.py b/class.py index 60d4981..67c3fdf 100644 --- a/class.py +++ b/class.py @@ -1,3 +1 @@ a=2 -b=6 -a=b \ No newline at end of file From 3c904f97ddedceb20a6d01b90d8d66b225bc15e8 Mon Sep 17 00:00:00 2001 From: Abheekrishna Date: Fri, 4 Apr 2025 12:19:18 +0530 Subject: [PATCH 08/11] Changed --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 5cbe6cb..d7e4081 100644 --- a/test.py +++ b/test.py @@ -4,5 +4,5 @@ -b= 3; +b= 30; print(a+b) \ No newline at end of file From 6ca9998225448ef96c6f64882f6fa4e1c1224515 Mon Sep 17 00:00:00 2001 From: Abhee Krishna Date: Fri, 4 Apr 2025 12:19:36 +0530 Subject: [PATCH 09/11] Update test.py --- test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test.py b/test.py index 5cbe6cb..2bfc0e8 100644 --- a/test.py +++ b/test.py @@ -4,5 +4,5 @@ -b= 3; -print(a+b) \ No newline at end of file +b= 39; +print(a+b) From fad608cb49038b900dc5be6553972fc9d41452d7 Mon Sep 17 00:00:00 2001 From: Abheekrishna Date: Fri, 4 Apr 2025 12:21:41 +0530 Subject: [PATCH 10/11] Changed file demo.py --- demo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo.py b/demo.py index efd261b..8c20601 100644 --- a/demo.py +++ b/demo.py @@ -1 +1 @@ -demo \ No newline at end of file +demo file \ No newline at end of file From b86d75bd9d8c9bfc3b1c6f802c95681790cd9f65 Mon Sep 17 00:00:00 2001 From: Abhee Krishna Date: Fri, 4 Apr 2025 12:21:57 +0530 Subject: [PATCH 11/11] Update demo.py --- demo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo.py b/demo.py index efd261b..f7635e1 100644 --- a/demo.py +++ b/demo.py @@ -1 +1 @@ -demo \ No newline at end of file +demo files