diff --git a/Python2/hello b/Python2/hello new file mode 100755 index 0000000..5530f91 --- /dev/null +++ b/Python2/hello @@ -0,0 +1,2 @@ +#!/usr/bin/python2 +print("Hello, world!") diff --git a/Python/hello b/Python3/hello similarity index 100% rename from Python/hello rename to Python3/hello