From cc2a22600eeddd5988c6075bff5a17527e47d285 Mon Sep 17 00:00:00 2001 From: Shraddha790 <114383818+Shraddha790@users.noreply.github.com> Date: Sat, 25 Mar 2023 11:42:45 +0530 Subject: [PATCH 1/4] Lab commit --- python.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 python.py diff --git a/python.py b/python.py new file mode 100644 index 0000000..e69de29 From 56bc6976ddf93a83796fd888e504c2c001fa2731 Mon Sep 17 00:00:00 2001 From: Shraddha790 <114383818+Shraddha790@users.noreply.github.com> Date: Sat, 25 Mar 2023 11:46:13 +0530 Subject: [PATCH 2/4] firstcommit --- python.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python.py b/python.py index e69de29..beef823 100644 --- a/python.py +++ b/python.py @@ -0,0 +1 @@ +print("Successfully made changes") \ No newline at end of file From 4276094affb1d6cb9a4b6940b14fe628b2e14128 Mon Sep 17 00:00:00 2001 From: Shraddha790 <114383818+Shraddha790@users.noreply.github.com> Date: Sat, 25 Mar 2023 11:54:10 +0530 Subject: [PATCH 3/4] firstcommit --- python13.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 python13.py diff --git a/python13.py b/python13.py new file mode 100644 index 0000000..57942df --- /dev/null +++ b/python13.py @@ -0,0 +1,4 @@ +a=15 +b=8 +c=a+b +print(c) \ No newline at end of file From 77790a9b17c19c897b1130a81ba86d465a44197e Mon Sep 17 00:00:00 2001 From: Shraddha790 <114383818+Shraddha790@users.noreply.github.com> Date: Sat, 1 Apr 2023 01:37:30 +0530 Subject: [PATCH 4/4] trying --- python13.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python13.py b/python13.py index 57942df..6d1b6f2 100644 --- a/python13.py +++ b/python13.py @@ -1,4 +1,4 @@ -a=15 +a=7 b=8 c=a+b print(c) \ No newline at end of file