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)