Unable to use xrange
The interpreter is keeping me from using the python function xrange to parse through a list object.
The code I wrote works fine when I run it locally, but i'm getting the following error when I attempt to run it through the interpreter:
NameError: global name 'xrange' is not defined checkio, 19 <module>, 31
Am I missing something?