+ 1
it's just that you have parentheses in the print command in python 3:
print "hi" vs print ("hi")
just kidding, there are many differences, python 3 is basically a newer version of python 2 with optimizations.
though what I mentioned above is a way of differentiating between the two versions of python



