-
-
Notifications
You must be signed in to change notification settings - Fork 14
Fixed bug with too_long solution #24
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
Conversation
Removing elements from list while iterating causes some elements to be skipped - old solution works for given list, but not for another test case where mutliple > 4 character words were in a row
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No linting violations have been found in this PR.
…code-for-tomorrow/python into ch6-achintya-practice-bug-fixes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lintly has detected code quality issues in this pull request.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No linting violations have been found in this PR.
|
Lol I guess flake8 and black don't agree on line length. Oh well, I kinda liked having it all in one line anyway... |
phrdang
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice catch!
Removing elements from list while iterating causes some elements to be skipped - old solution works for given list, but not for another test case where mutliple > 4 character words were in a row
Achintya Rajan
too_long.py
Chapter 6
Lists