From 87b2bd91377da567391e71d48251a2dd71baffe9 Mon Sep 17 00:00:00 2001 From: Katumba Date: Fri, 13 Oct 2023 22:21:57 +0300 Subject: [PATCH 1/2] chore: added my name --- mine.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mine.py b/mine.py index cee063b..82eb40f 100644 --- a/mine.py +++ b/mine.py @@ -1,6 +1,6 @@ # Define variables -name = "PUT YOUR NAME" -email = 'PUT YOUR EMAIL' +name = "Jonathan Paul Katumba" +email = 'jonathanpkatumba@gmail.com' # Print the name and email address print("Name:", name) From 78d1e5e9e2e7b503a8a1bc701a54fab94a3cf297 Mon Sep 17 00:00:00 2001 From: Katumba Date: Fri, 13 Oct 2023 22:33:48 +0300 Subject: [PATCH 2/2] chore: explanation of how to fix the bug --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 813b6e3..2220048 100644 --- a/README.md +++ b/README.md @@ -1 +1,2 @@ -# Git-Github \ No newline at end of file +# Git-Github +I simply replaced the name variable with my name and the email variable with my email address