From 82698252b230533edba532e93d75c3844e632268 Mon Sep 17 00:00:00 2001 From: Harshit-coder <32755346+Harshit-coder@users.noreply.github.com> Date: Mon, 30 Oct 2017 20:48:47 +0530 Subject: [PATCH] hello world in python --- hello world in python | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 hello world in python 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