Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

range is not a generator #201

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

giorgi-tsu
Copy link

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
Copy link
Contributor

wupeifan commented Feb 4, 2022

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