From 5dbb83d1e9d45396c7e1ac5d5ff028cb3d26483a Mon Sep 17 00:00:00 2001 From: Nnenna Orjiugo Date: Tue, 14 Nov 2023 16:51:21 +0100 Subject: [PATCH 1/2] add name email --- mine.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mine.py b/mine.py index cee063b..4aae81a 100644 --- a/mine.py +++ b/mine.py @@ -1,6 +1,6 @@ # Define variables -name = "PUT YOUR NAME" -email = 'PUT YOUR EMAIL' +name = "Nnenna" +email = 'nnennaorjiugo@gmail.com' # Print the name and email address print("Name:", name) From 6fc4880e8da45a7f107c4ecd7fe7d4b124604891 Mon Sep 17 00:00:00 2001 From: Nnenna Orjiugo Date: Tue, 14 Nov 2023 17:04:08 +0100 Subject: [PATCH 2/2] documentation on how you to fix the bug on read me file --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9884dbc..24919bb 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # Git-Github hello +I follwed the instruction to fix the bug \ No newline at end of file