diff --git a/README.md b/README.md index 813b6e3..3a636f8 100644 --- a/README.md +++ b/README.md @@ -1 +1,4 @@ -# Git-Github \ No newline at end of file +# Git-Github + +### Task Submission +* I made the changes as requested by the task by replacing the name = "PUT YOUR NAME and email = 'PUT YOUR EMAIL' in the mine.py file with the correct values \ No newline at end of file diff --git a/mine.py b/mine.py index cee063b..ef2fcba 100644 --- a/mine.py +++ b/mine.py @@ -1,6 +1,6 @@ # Define variables -name = "PUT YOUR NAME" -email = 'PUT YOUR EMAIL' +name = "Adebisi Olayinka" +email = 'adebisiolayinka30@gmail.com' # Print the name and email address print("Name:", name)