lecture-datascience.myst icon indicating copy to clipboard operation
lecture-datascience.myst copied to clipboard

range is not a generator

Open giorgi-tsu opened this issue 3 years ago • 1 comments

range in Python is not a generator.

zip and enumerate are.

So, I delted range in the sentence above.

giorgi-tsu avatar Feb 04 '22 05:02 giorgi-tsu

You are right that in Python 3, range is no longer a iterable object. Regarding the texts we'll have a look and edit.

wupeifan avatar Feb 04 '22 23:02 wupeifan