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"