lecture-datascience.myst
lecture-datascience.myst copied to clipboard
range is not a generator
range in Python is not a generator.
zip and enumerate are.
So, I delted range in the sentence above.
You are right that in Python 3, range is no longer a iterable object. Regarding the texts we'll have a look and edit.