From 67fcc9ae6b52afdd07a6783e56743e174d8b5880 Mon Sep 17 00:00:00 2001 From: pnarendragc Date: Mon, 22 May 2023 15:26:23 +0100 Subject: [PATCH] changed print statement to add my name --- week1/hello-word.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/week1/hello-word.py b/week1/hello-word.py index 63a68fd..ed2bbc1 100644 --- a/week1/hello-word.py +++ b/week1/hello-word.py @@ -1 +1 @@ -print("hello word!") +print("hello prasaanthi!")