-
-
Notifications
You must be signed in to change notification settings - Fork 45.6k
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
Create longest_word_in_sentence.py #11475
base: master
Are you sure you want to change the base?
Conversation
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.
Can we add some more tests ??
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
If I add some new test cases, there is some issue with the ruff test. The failure result is: |
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.
Sounds good and clean.
Ah... Any issue that is stopping this from getting merged? |
Connect with [at]cclauss for getting this merged or might review it for a better. |
@cclauss Can this be merged and closed? |
Describe your change:
A program to find the longest word in a sentence.
Checklist: