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