From cdab20303c876442f48a9f3fa0bc0b30b7c10890 Mon Sep 17 00:00:00 2001 From: chibaba Date: Sun, 15 Oct 2023 22:38:17 +0100 Subject: [PATCH 1/2] added variable values --- mine.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mine.py b/mine.py index cee063b..a7539bb 100644 --- a/mine.py +++ b/mine.py @@ -1,6 +1,6 @@ # Define variables -name = "PUT YOUR NAME" -email = 'PUT YOUR EMAIL' +name = "chinedu Onyeoka" +email = 'Chinedu.onyeoka@gmail' # Print the name and email address print("Name:", name) From 8bc0dbfe1167d20f7c6f883c77f9c8c4efd0d136 Mon Sep 17 00:00:00 2001 From: chibaba Date: Sun, 15 Oct 2023 22:48:14 +0100 Subject: [PATCH 2/2] added readme file --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9884dbc..3e57b61 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # Git-Github hello +### referenced the variable for name and email addresses +### created a branch called chinedu-onyeoka +### pushed to chinedu-onyeoka branch +### created a pull reques then merged into the main branch _there was no merge conflict observed yet_ \ No newline at end of file