From aebb8905eb88c2b4aa8d278e39b37e85f828ab49 Mon Sep 17 00:00:00 2001 From: RANJITH Date: Sun, 26 Oct 2025 13:02:40 +0530 Subject: [PATCH] Fix typo in print statement output --- raja.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raja.py b/raja.py index b8cb6f9..44159b3 100644 --- a/raja.py +++ b/raja.py @@ -1 +1 @@ -print("Helloworld") \ No newline at end of file +print("Hello world")