From 2008626e04b14d361232ee5b6722f6e8b97f23e9 Mon Sep 17 00:00:00 2001 From: ReubenGeorg <156065726+ReubenGeorg@users.noreply.github.com> Date: Tue, 30 Jan 2024 15:13:46 +0530 Subject: [PATCH 1/2] Update class.py --- class.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/class.py b/class.py index 60d4981..6e1901d 100644 --- a/class.py +++ b/class.py @@ -1,3 +1,3 @@ a=2 b=6 -a=b \ No newline at end of file +c=a+b From 4223942c0b959285d1e20b51e83ab3d07e88a79e Mon Sep 17 00:00:00 2001 From: ReubenGeorg Date: Sun, 26 May 2024 14:18:29 +0530 Subject: [PATCH 2/2] updated file --- class.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/class.py b/class.py index 6e1901d..f07c64f 100644 --- a/class.py +++ b/class.py @@ -1,3 +1,3 @@ -a=2 -b=6 -c=a+b +a=200 +b=600 +c=(a-b)