From 86fb0c1d052c0121625f558607fefd06f205431f Mon Sep 17 00:00:00 2001 From: Sarbjit Singh Date: Sun, 1 Oct 2017 19:25:50 +0530 Subject: [PATCH] python --- hello_world.py | 2 ++ hello_world_python2.py | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 hello_world.py create mode 100644 hello_world_python2.py diff --git a/hello_world.py b/hello_world.py new file mode 100644 index 0000000..d0ad988 --- /dev/null +++ b/hello_world.py @@ -0,0 +1,2 @@ +#python3 +print("hello world") diff --git a/hello_world_python2.py b/hello_world_python2.py new file mode 100644 index 0000000..90ca79c --- /dev/null +++ b/hello_world_python2.py @@ -0,0 +1,2 @@ +#python +print "hello world"