diff --git a/hello world in python b/hello world in python new file mode 100644 index 0000000..32af3a3 --- /dev/null +++ b/hello world in python @@ -0,0 +1,2 @@ +# we us the following syntax to print strings +print "Hello World" # to print string we have to use double quotes