From 882dd854e62c36305aec2315342900cf467af84c Mon Sep 17 00:00:00 2001 From: rohit2610 <33067209+rohit2610@users.noreply.github.com> Date: Mon, 30 Oct 2017 20:48:54 +0530 Subject: [PATCH] hello world in python --- hello world in python | 3 +++ 1 file changed, 3 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..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