From c251c997e1debf4ac8f148717a0dfbe0b90bb760 Mon Sep 17 00:00:00 2001 From: Sourabh Kumar Date: Mon, 13 Feb 2023 14:50:49 +0530 Subject: [PATCH] Update hello.py --- hello.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hello.py b/hello.py index 50d90a3..cd3a7f9 100644 --- a/hello.py +++ b/hello.py @@ -1,2 +1,3 @@ print("Hello World!") -print("Humaira") \ No newline at end of file +print("Humaira") +print("Let's Contribute")