From 36b66b9e2dc06e066f8aaf059f2c3ee7c705c718 Mon Sep 17 00:00:00 2001 From: otumiky Date: Mon, 16 Oct 2023 20:06:46 +0100 Subject: [PATCH] Added my name and mail to the repo --- README.md | 2 +- mine.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9884dbc..122db02 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # Git-Github -hello +#I changed the name and Email diff --git a/mine.py b/mine.py index cee063b..98f36dc 100644 --- a/mine.py +++ b/mine.py @@ -1,6 +1,6 @@ # Define variables -name = "PUT YOUR NAME" -email = 'PUT YOUR EMAIL' +name = "Otu Michael Udo" +email = 'otumiky@gmail.com' # Print the name and email address print("Name:", name)