SyntaxFix
Write A Post
Hire A Developer
Questions
How about this:
#Only for use in Python 2.6.0a2 and later from __future__ import print_function
This allows you to use the Python 3.0 style print function without having to hand-edit all occurrences of print :)
print