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

Can this be done more efficiently? #44

Open
jmchamber58 opened this issue Oct 17, 2020 · 1 comment
Open

Can this be done more efficiently? #44

jmchamber58 opened this issue Oct 17, 2020 · 1 comment

Comments

@jmchamber58
Copy link

I notice you doing the same thing repeatedly for nouns, verbs, and adjectives. Would a for loop work here to loop through a range (3) for items in noun, verb, adjective? I can't figure out how to do it though.

@somacdivad
Copy link
Contributor

@jmchamber58 Yes, it could be done with less code. I will make a second solution available that does not contain so much repetition.

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

No branches or pull requests

2 participants