From 74cc1f14afc0f9119b5630b869ea4444843e5db8 Mon Sep 17 00:00:00 2001 From: Adarsh Raj Date: Sun, 26 May 2024 02:51:14 +0530 Subject: [PATCH 1/2] first commit --- fix.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 fix.py diff --git a/fix.py b/fix.py new file mode 100644 index 0000000..79aff70 --- /dev/null +++ b/fix.py @@ -0,0 +1,5 @@ +a=8 +b=4 +d=7 +c=a+b=d +print c From 5a23f68bf86d05780d6c6d9f77f00b064f15ba50 Mon Sep 17 00:00:00 2001 From: Adarsh Raj Date: Sun, 26 May 2024 02:53:43 +0530 Subject: [PATCH 2/2] first feature --- fix.py | 1 + 1 file changed, 1 insertion(+) diff --git a/fix.py b/fix.py index 79aff70..29c324a 100644 --- a/fix.py +++ b/fix.py @@ -3,3 +3,4 @@ d=7 c=a+b=d print c +print c1 \ No newline at end of file