diff --git a/hello world in python b/hello world in python new file mode 100644 index 0000000..1731924 --- /dev/null +++ b/hello world in python @@ -0,0 +1,2 @@ +# to print any string we have to write the following syntax :- +print "Hello World" #to print string we use double quote