I am getting an error when running a python program:
Traceback (most recent call last): File \"C:\\Program Files (x86)\\Wing IDE 101 4.1\\src\\debug\\tserv
Replace
Python 2 xrange to
xrange
Python 3 range
range
Rest all same.