From 2dc4cff0103096ad4c82013755d875aa26dfee89 Mon Sep 17 00:00:00 2001 From: Abigail8765 Date: Tue, 30 Jan 2024 14:13:16 +0530 Subject: [PATCH 1/2] first commit --- project.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 project.py diff --git a/project.py b/project.py new file mode 100644 index 0000000..0acdb61 --- /dev/null +++ b/project.py @@ -0,0 +1 @@ +print("hello"); \ No newline at end of file From 0e189d15b1a03b7d00fc3bbcf5591eda2f9ad4b1 Mon Sep 17 00:00:00 2001 From: ABIGAIL ANN ANOOP <156066515+Abigail8765@users.noreply.github.com> Date: Tue, 20 Feb 2024 14:28:46 +0530 Subject: [PATCH 2/2] Update add.py --- add.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/add.py b/add.py index c571323..8c341ea 100644 --- a/add.py +++ b/add.py @@ -1,4 +1,4 @@ -a=8 +a=9 b=4 c=a+b print c