From 58d69b8cecf0410aac6db8b038bdfde0ea1cfef9 Mon Sep 17 00:00:00 2001 From: taniya jaison Date: Tue, 12 Mar 2024 14:21:16 +0530 Subject: [PATCH 1/7] first commit --- new.py | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 new.py diff --git a/new.py b/new.py new file mode 100644 index 0000000..dd047d7 --- /dev/null +++ b/new.py @@ -0,0 +1,10 @@ +# This program adds two numbers + +num1 = 1.5 +num2 = 6.3 + +# Add two numbers +sum = num1 + num2 + +# Display the sum +print('The sum of {0} and {1} is {2}'.format(num1, num2, sum)) \ No newline at end of file From 9251b588e381f27485feba02769d2f9a1f8b9b76 Mon Sep 17 00:00:00 2001 From: taniya jaison <156457415+taniya221@users.noreply.github.com> Date: Tue, 12 Mar 2024 14:24:58 +0530 Subject: [PATCH 2/7] Update new.py --- new.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/new.py b/new.py index dd047d7..37e51f0 100644 --- a/new.py +++ b/new.py @@ -1,10 +1,10 @@ # This program adds two numbers num1 = 1.5 -num2 = 6.3 +num2 = 7.3 # Add two numbers sum = num1 + num2 # Display the sum -print('The sum of {0} and {1} is {2}'.format(num1, num2, sum)) \ No newline at end of file +print('The sum of {0} and {1} is {2}'.format(num1, num2, sum)) From a636bc2270ff886102ca998a9956cc3190da77c8 Mon Sep 17 00:00:00 2001 From: taniya jaison <156457415+taniya221@users.noreply.github.com> Date: Tue, 12 Mar 2024 14:31:18 +0530 Subject: [PATCH 3/7] Update new.py --- new.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/new.py b/new.py index 37e51f0..49c5a40 100644 --- a/new.py +++ b/new.py @@ -1,7 +1,7 @@ # This program adds two numbers num1 = 1.5 -num2 = 7.3 +num2 = 8.3 # Add two numbers sum = num1 + num2 From eaf8486f2ad730aee4cf1de926faacf3bcbd8e6a Mon Sep 17 00:00:00 2001 From: taniya jaison <156457415+taniya221@users.noreply.github.com> Date: Tue, 12 Mar 2024 14:38:40 +0530 Subject: [PATCH 4/7] Update new.py --- new.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/new.py b/new.py index 49c5a40..8fbba12 100644 --- a/new.py +++ b/new.py @@ -1,7 +1,7 @@ # This program adds two numbers num1 = 1.5 -num2 = 8.3 +num2 = 6.3 # Add two numbers sum = num1 + num2 From 12353e10364aba1c208188b54012e15870cb93da Mon Sep 17 00:00:00 2001 From: taniya jaison <156457415+taniya221@users.noreply.github.com> Date: Tue, 12 Mar 2024 14:40:44 +0530 Subject: [PATCH 5/7] Update new.py --- new.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/new.py b/new.py index 8fbba12..bce62d0 100644 --- a/new.py +++ b/new.py @@ -1,6 +1,6 @@ # This program adds two numbers -num1 = 1.5 +num1 = 5.2 num2 = 6.3 # Add two numbers From 7ca558eecf91968635cd17d756cfce5775f73f1f Mon Sep 17 00:00:00 2001 From: taniya jaison Date: Sun, 26 May 2024 20:49:27 +0530 Subject: [PATCH 6/7] first commit --- test1.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test1.py diff --git a/test1.py b/test1.py new file mode 100644 index 0000000..82a1651 --- /dev/null +++ b/test1.py @@ -0,0 +1,2 @@ +print("hey") +print("see") \ No newline at end of file From fb09c86fd2ff8624bbc08d2075ff1e41a66e95c5 Mon Sep 17 00:00:00 2001 From: taniya jaison Date: Sun, 26 May 2024 21:15:06 +0530 Subject: [PATCH 7/7] first commit --- test1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test1.py b/test1.py index 82a1651..bcf8833 100644 --- a/test1.py +++ b/test1.py @@ -1,2 +1,2 @@ -print("hey") +print("heye"); print("see") \ No newline at end of file