diff --git a/README.md b/README.md index 9884dbc..24919bb 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # Git-Github hello +I follwed the instruction to fix the bug \ No newline at end of file diff --git a/mine.py b/mine.py index cee063b..4aae81a 100644 --- a/mine.py +++ b/mine.py @@ -1,6 +1,6 @@ # Define variables -name = "PUT YOUR NAME" -email = 'PUT YOUR EMAIL' +name = "Nnenna" +email = 'nnennaorjiugo@gmail.com' # Print the name and email address print("Name:", name)