diff --git a/README.md b/README.md index b688ffd..7050163 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ # My first repository in python -This is my first proyect in python \ No newline at end of file +This is my first proyect in python +This field was modified by Dereck Santander \ No newline at end of file diff --git a/helloWorld.py b/helloWorld.py index d3cba75..86a2e41 100644 --- a/helloWorld.py +++ b/helloWorld.py @@ -1,2 +1,3 @@ print("Hello World!") -print("Hello World0! PR 1") \ No newline at end of file +print("Hello World0! PR 1") +print ("Hello World Dereck Santander") \ No newline at end of file