From 9453cdc4ab1cb811eb0b630ee6591bfec965375d Mon Sep 17 00:00:00 2001 From: Sandhyasubba Date: Tue, 30 Jan 2024 14:58:55 +0530 Subject: [PATCH 1/3] first commit --- 2.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 2.py diff --git a/2.py b/2.py new file mode 100644 index 0000000..c571323 --- /dev/null +++ b/2.py @@ -0,0 +1,4 @@ +a=8 +b=4 +c=a+b +print c From 98fe857d2419024bf46542940d4e37a075e617d7 Mon Sep 17 00:00:00 2001 From: Sandy <156066569+Sandhyasubba@users.noreply.github.com> Date: Mon, 27 May 2024 22:15:56 +0530 Subject: [PATCH 2/3] Update add.py --- add.py | 1 + 1 file changed, 1 insertion(+) diff --git a/add.py b/add.py index c571323..ee4b6d4 100644 --- a/add.py +++ b/add.py @@ -1,4 +1,5 @@ a=8 b=4 c=a+b +c=a-b print c From 5c1a0d7d70789ca1e866fb046a93d9e6b1337ef5 Mon Sep 17 00:00:00 2001 From: Sandy <156066569+Sandhyasubba@users.noreply.github.com> Date: Tue, 28 May 2024 01:16:09 +0530 Subject: [PATCH 3/3] Update calculator --- calculator | 1 + 1 file changed, 1 insertion(+) diff --git a/calculator b/calculator index 80a04da..643009c 100644 --- a/calculator +++ b/calculator @@ -28,4 +28,5 @@ int main() { } return 0; +end switch }