From 1a63dd3650e064cb08bd27934fff2f7d7fcc0cee Mon Sep 17 00:00:00 2001 From: Lidveena Date: Sat, 6 May 2023 09:08:33 +0530 Subject: [PATCH 1/3] commit --- sam1.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sam1.py diff --git a/sam1.py b/sam1.py new file mode 100644 index 0000000..58da0a0 --- /dev/null +++ b/sam1.py @@ -0,0 +1,2 @@ +a = 10 +b = 20 \ No newline at end of file From 2450aede4cdb8852f9c36e881b9bd2497e5b25d7 Mon Sep 17 00:00:00 2001 From: MHemavathi <122434607+MHemavathi@users.noreply.github.com> Date: Sat, 6 May 2023 09:09:10 +0530 Subject: [PATCH 2/3] Update sam1.py --- sam1.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sam1.py b/sam1.py index 58da0a0..0f13cce 100644 --- a/sam1.py +++ b/sam1.py @@ -1,2 +1,3 @@ a = 10 -b = 20 \ No newline at end of file +b = 20 +c = 30 From 56a0e97fc40827393455fd5ea32e979465c28d81 Mon Sep 17 00:00:00 2001 From: Lidveena Date: Sat, 6 May 2023 09:10:44 +0530 Subject: [PATCH 3/3] update c to 5 --- sam1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sam1.py b/sam1.py index 0f13cce..df04c14 100644 --- a/sam1.py +++ b/sam1.py @@ -1,3 +1,3 @@ a = 10 b = 20 -c = 30 +c = 5