From 5bf731f3ec2ea3995112c23d0bc0e0bbb4e5c04a Mon Sep 17 00:00:00 2001 From: stalinzamce Date: Wed, 31 Jul 2024 21:09:17 -0500 Subject: [PATCH] aporte Stalin Zambrano --- README.md | 3 ++- helloWorld.py | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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