python 2:
print "foo" # foo 3 / 5 # 0 apply # <built-in function apply>
print "foo" # SyntaxError: Missing parentheses in call to 'print' 3 / 5 # 0.6 apply # NameError: name 'apply' is not defined
python 2:
python 3: