Created by: cclauss
https://docs.python.org/3/whatsnew/3.0.html#views-and-iterators-instead-of-lists
range()
now behaves likexrange()
used to behave, except it works with values of arbitrary size. The latter no longer exists.
Created by: cclauss
https://docs.python.org/3/whatsnew/3.0.html#views-and-iterators-instead-of-lists
range()
now behaves likexrange()
used to behave, except it works with values of arbitrary size. The latter no longer exists.