From fcc15838372f79ddaf4c94459a3c847bf8653a2a Mon Sep 17 00:00:00 2001 From: Ekow987 Date: Sun, 22 Oct 2023 15:47:18 -0700 Subject: [PATCH 1/2] Replaced name and email --- mine.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mine.py b/mine.py index cee063b..db76335 100644 --- a/mine.py +++ b/mine.py @@ -1,6 +1,6 @@ # Define variables -name = "PUT YOUR NAME" -email = 'PUT YOUR EMAIL' +name = "Albert Ansah" +email = 'ansahalbert039@gmail.com' # Print the name and email address print("Name:", name) From 0b569cea9aa88305e0eb23871391761532f9cc1a Mon Sep 17 00:00:00 2001 From: Ekow987 Date: Sun, 22 Oct 2023 16:01:22 -0700 Subject: [PATCH 2/2] Updated my README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9884dbc..3f837f8 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # Git-Github hello + +I replace the fullname as a value for the varriable declared for name as well as my email as the value for the varriable email