This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
xrange(10) --> range(10) for Python 3 (#11673)
__xrange()__ was removed in Python 3 in favor of __range()__. For such a small number as 10 there is no difference between __xrange()__ and __range()__ in Python 2.
- Loading branch information