From 232ecc40894534bfffa4f07aee24004ec9217664 Mon Sep 17 00:00:00 2001 From: Bhatti Bhagirath <66365538+bhagirath1312@users.noreply.github.com> Date: Sun, 3 Oct 2021 19:42:02 +0530 Subject: [PATCH 1/2] Update hello_world.py --- python/hello_world.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/hello_world.py b/python/hello_world.py index a05d3e75..144e5619 100644 --- a/python/hello_world.py +++ b/python/hello_world.py @@ -1,3 +1,3 @@ # Run as python3 hello_world.py -print("Hello, World!"); +print("Hello World!"); From 60eaf1adbb5309bf176b2801cd6d15c15178add3 Mon Sep 17 00:00:00 2001 From: Bhatti Bhagirath <66365538+bhagirath1312@users.noreply.github.com> Date: Sun, 3 Oct 2021 19:43:57 +0530 Subject: [PATCH 2/2] Update hello_world.js --- js/hello_world.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/js/hello_world.js b/js/hello_world.js index 827b60fe..e6538df7 100644 --- a/js/hello_world.js +++ b/js/hello_world.js @@ -1,3 +1,6 @@ // Run as node hello_world.js -console.log("Hello, World!"); +console.log("Hello World!"); + +// Method 2 print Hello World! +doucument.write("Hello World!");