1 2 3 4 5
import sys if sys.version_info[0] >= 3: # Python 3 compatibility __builtins__['xrange'] = range