From 99ae3f8fa45eb7f791529ba7016524b0da4218a8 Mon Sep 17 00:00:00 2001 From: Oluwaseun Agboola Date: Fri, 13 Oct 2023 13:21:05 +0200 Subject: [PATCH 1/2] Fix bug with personal details --- mine.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mine.py b/mine.py index cee063b..0d6b092 100644 --- a/mine.py +++ b/mine.py @@ -1,6 +1,6 @@ # Define variables -name = "PUT YOUR NAME" -email = 'PUT YOUR EMAIL' +name = "Oluwaseun Agboola" +email = 'seunjobsariyo@gmail.com' # Print the name and email address print("Name:", name) From 1f11779b83fa74e95a1f95669dfc36a843295742 Mon Sep 17 00:00:00 2001 From: Oluwaseun Agboola Date: Fri, 13 Oct 2023 14:11:46 +0200 Subject: [PATCH 2/2] Documentation on bug fixed --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 813b6e3..c24f624 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ -# Git-Github \ No newline at end of file +# Git-Github + +The bug was fixed by inputting my name and email address in the lines respectively. \ No newline at end of file