Skip to content

range is not a generator#201

Open
giorgi-tsu wants to merge 1 commit into
QuantEcon:mainfrom
giorgi-tsu:patch-1
Open

range is not a generator#201
giorgi-tsu wants to merge 1 commit into
QuantEcon:mainfrom
giorgi-tsu:patch-1

Conversation

@giorgi-tsu

Copy link
Copy Markdown

range in Python is not a generator.

zip and enumerate are.

So, I delted range in the sentence above.

range in Python is not a generator. 

zip and enumerate are. 

So, I delted range in the sentence above.
@wupeifan

wupeifan commented Feb 4, 2022

Copy link
Copy Markdown
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants