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?
Created at: 2014/02/02 03:59; Updated at: 2014/02/15 16:57