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

More Efficient List Creation #86

Merged
merged 1 commit into from
Feb 15, 2021
Merged

Conversation

GlacialBlaze
Copy link
Contributor

Line 35 becomes more efficient by using list comprehension instead of calling a function which returns a list populated by append method.

Line 35 becomes more efficient by using list comprehension instead of calling a function which returns a list populated by append method.
@LucasPilla LucasPilla linked an issue Feb 15, 2021 that may be closed by this pull request
@LucasPilla LucasPilla merged commit bec7c1d into LucasPilla:master Feb 15, 2021
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.

More Efficient List Creation
2 participants