diff --git a/README.md b/README.md index 813b6e3..2220048 100644 --- a/README.md +++ b/README.md @@ -1 +1,2 @@ -# Git-Github \ No newline at end of file +# Git-Github +I simply replaced the name variable with my name and the email variable with my email address diff --git a/mine.py b/mine.py index cee063b..82eb40f 100644 --- a/mine.py +++ b/mine.py @@ -1,6 +1,6 @@ # Define variables -name = "PUT YOUR NAME" -email = 'PUT YOUR EMAIL' +name = "Jonathan Paul Katumba" +email = 'jonathanpkatumba@gmail.com' # Print the name and email address print("Name:", name)