From ab39ada37c0faab7182a26aa7b0cbd7a9a3acabe Mon Sep 17 00:00:00 2001 From: solorupak <69287203+solorupak@users.noreply.github.com> Date: Thu, 15 Oct 2020 22:07:49 +0545 Subject: [PATCH] Update helloworld.py --- helloworld.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/helloworld.py b/helloworld.py index a652b9a..1c6ab8d 100644 --- a/helloworld.py +++ b/helloworld.py @@ -1 +1,3 @@ -print "Hello, World!" \ No newline at end of file +print "Hello, World!" +print(f"Hello World") +# its called formatted string in python