From 37b9dd3ac267d7e23bc8dd06eb5ea7bfc598cbc3 Mon Sep 17 00:00:00 2001 From: 17ucs008 <32043143+17ucs008@users.noreply.github.com> Date: Mon, 30 Oct 2017 21:26:34 +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..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