From a3d80ec4b747a1b5cef971bcec590436ca084c0f Mon Sep 17 00:00:00 2001 From: Rishabh Tayal <37596568+rishabhtayal72@users.noreply.github.com> Date: Fri, 18 Oct 2024 11:48:18 +0530 Subject: [PATCH] Update app.py --- app/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/app.py b/app/app.py index 41a6a6e..f1ad26a 100644 --- a/app/app.py +++ b/app/app.py @@ -5,5 +5,5 @@ # the program will print hello world # every 2 second forever.... while True: - print("Hi, this is Hello World Application! 18thOct2024") + print("Hi, this is Hello World Application! 18thOct2024\n and I'm Tayal!") sleep(2)