• melpon's Activity

Commented a forum post "Unable to use xrange" created by aharrison
Python 3.x doesn't have xrange. You should use range. Python 2.x's xrange is same as Python 3.x's