diff --git a/README.md b/README.md index 813b6e3..c24f624 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ -# Git-Github \ No newline at end of file +# Git-Github + +The bug was fixed by inputting my name and email address in the lines respectively. \ No newline at end of file diff --git a/mine.py b/mine.py index cee063b..0d6b092 100644 --- a/mine.py +++ b/mine.py @@ -1,6 +1,6 @@ # Define variables -name = "PUT YOUR NAME" -email = 'PUT YOUR EMAIL' +name = "Oluwaseun Agboola" +email = 'seunjobsariyo@gmail.com' # Print the name and email address print("Name:", name)