From 5c986f1920d1a169c9bd8f4ae5f61b4d2c4c2c3c Mon Sep 17 00:00:00 2001 From: Josphin Date: Sat, 25 May 2024 11:31:42 +0530 Subject: [PATCH 1/4] updated --- bb.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 bb.py diff --git a/bb.py b/bb.py new file mode 100644 index 0000000..e69de29 From fcc72c9a0787dca87cf785f3e782eb8530fbd956 Mon Sep 17 00:00:00 2001 From: Josphin Date: Sat, 25 May 2024 11:58:58 +0530 Subject: [PATCH 2/4] updateddd --- bb.py | 3 +++ test.py | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/bb.py b/bb.py index e69de29..2a19494 100644 --- a/bb.py +++ b/bb.py @@ -0,0 +1,3 @@ +a=30 +b=33 +print (a+b) \ No newline at end of file diff --git a/test.py b/test.py index 59bcf23..d2b9957 100644 --- a/test.py +++ b/test.py @@ -1,3 +1,3 @@ -a=25 -b=20 +a=35 +b=30 print (a+b) From b4f07cccdf719599aad75ce5292020105c1c1b98 Mon Sep 17 00:00:00 2001 From: Josphin Date: Sat, 25 May 2024 12:24:59 +0530 Subject: [PATCH 3/4] updated new --- bb.py | 4 ++-- test.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bb.py b/bb.py index 2a19494..ed9baeb 100644 --- a/bb.py +++ b/bb.py @@ -1,3 +1,3 @@ -a=30 -b=33 +a=25 +b=20 print (a+b) \ No newline at end of file diff --git a/test.py b/test.py index d2b9957..59bcf23 100644 --- a/test.py +++ b/test.py @@ -1,3 +1,3 @@ -a=35 -b=30 +a=25 +b=20 print (a+b) From 8a8eb6c964b530ed69925995b341f53038cdf60f Mon Sep 17 00:00:00 2001 From: Josphin Date: Sun, 26 May 2024 23:34:24 +0530 Subject: [PATCH 4/4] no message --- test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test.py b/test.py index 59bcf23..e9e1d25 100644 --- a/test.py +++ b/test.py @@ -1,3 +1,3 @@ a=25 -b=20 -print (a+b) +b=200 +print (a-b)