From 264fae463d60a28acf6f1f07b0c436c9461a5d8e Mon Sep 17 00:00:00 2001 From: Abhishek234 <33246891+Abhishek234@users.noreply.github.com> Date: Tue, 31 Oct 2017 13:12:55 +0530 Subject: [PATCH] printing Hello World In python --- printing Hello World In python | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 printing Hello World In python diff --git a/printing Hello World In python b/printing Hello World In python new file mode 100644 index 0000000..229991c --- /dev/null +++ b/printing Hello World In python @@ -0,0 +1,3 @@ +# to print a string we use the following syntax +print "Hello World" # it should be in double quotes in case of strings +#(hash is used to show comments)