From 10d229f159aa1b0a5c323bc8ffbc751881e46050 Mon Sep 17 00:00:00 2001 From: ebin19 <122352549+ebin19@users.noreply.github.com> Date: Tue, 14 Feb 2023 14:37:28 +0530 Subject: [PATCH 1/3] Update sub1.py --- sub1.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sub1.py b/sub1.py index 5563f01..7067db9 100644 --- a/sub1.py +++ b/sub1.py @@ -1,2 +1,3 @@ a=10; b=20; +c=a+b; From ac22e9178a726bbb93385173770de69534bcdb29 Mon Sep 17 00:00:00 2001 From: ebin19 Date: Tue, 14 Feb 2023 14:45:32 +0530 Subject: [PATCH 2/3] new file --- gg.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 gg.py diff --git a/gg.py b/gg.py new file mode 100644 index 0000000..0180125 --- /dev/null +++ b/gg.py @@ -0,0 +1,3 @@ +a=10; +b=20; +c=a+b; \ No newline at end of file From 64783c496065f95084651327c727d616e43a7019 Mon Sep 17 00:00:00 2001 From: ebin19 <122352549+ebin19@users.noreply.github.com> Date: Tue, 14 Feb 2023 14:49:01 +0530 Subject: [PATCH 3/3] Update add.py --- add.py | 1 + 1 file changed, 1 insertion(+) diff --git a/add.py b/add.py index 2f8ddd1..b5a6e3f 100644 --- a/add.py +++ b/add.py @@ -1,2 +1,3 @@ a = 1; b = 10; +c=a+b;