diff --git a/README.md b/README.md index b688ffd..25c30dd 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 +My names Stalin Zambrano \ No newline at end of file diff --git a/helloWorld.py b/helloWorld.py index 1dc45ac..8b4a110 100644 --- a/helloWorld.py +++ b/helloWorld.py @@ -1 +1,2 @@ -print("Hello World!") \ No newline at end of file +print("Hello World!") +print ("Mi nombre es Stalin Zambrano") \ No newline at end of file