From 232e9b572f0ed0e4bdfaff1bd0e7f44f395138d1 Mon Sep 17 00:00:00 2001 From: Ahmed Abdul Karim Date: Mon, 9 Feb 2026 11:33:06 +0000 Subject: [PATCH 1/2] Practice name commit --- exercise/script.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercise/script.py b/exercise/script.py index 4b519b4..df68abb 100644 --- a/exercise/script.py +++ b/exercise/script.py @@ -1,2 +1,2 @@ print("This is a basic script to be used during the GitHub tutorial") -print("The author of this script is: ") \ No newline at end of file +print("The author of this script is: ") \ No newline at end of file From 7e728b2d022659ad420d6b4c813065cdd19acfe7 Mon Sep 17 00:00:00 2001 From: Ahmed Abdul Karim Date: Mon, 9 Feb 2026 11:57:34 +0000 Subject: [PATCH 2/2] practice commit 2nd --- exercise/script.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/exercise/script.py b/exercise/script.py index df68abb..a0e9a4e 100644 --- a/exercise/script.py +++ b/exercise/script.py @@ -1,2 +1,3 @@ print("This is a basic script to be used during the GitHub tutorial") -print("The author of this script is: ") \ No newline at end of file +print("The author of this script is: ") +print("Ahmed says hello") \ No newline at end of file