From b8a5cd9f9d79f3d6c490fe86164651be9c850ac6 Mon Sep 17 00:00:00 2001 From: Dereck Santander Date: Sun, 4 Aug 2024 16:27:54 -0500 Subject: [PATCH] First commit --- README.md | 3 ++- helloWorld.py | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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