Aug 29, 2017 · 1 min read
You are trying to use Python 2 code in Python 3.
In python 3 XRANGE has been replace with RANGE, so, if you use range(), you’ll get the result
You are trying to use Python 2 code in Python 3.
In python 3 XRANGE has been replace with RANGE, so, if you use range(), you’ll get the result
Written by