Conversation
juliagallucci
left a comment
There was a problem hiding this comment.
You are close.
Part 1: Good idea to compare sorted letters, but the intermediate steps (set(), len()) aren’t used, and the function is missing a return, so it doesn’t output anything.
Part 2: The approach to handle case sensitivity is on the right track, but the syntax is incorrect—you don’t need to define a new function; instead, conditionally convert both words to lowercase before comparing.
Please revise
|
I believe I sent over another! I hope its on track!! |
|
I dont see any modifications |
|
Did it work now? It looks like I have two pull requests for some reason; I think here is the most up to date implementing the feedback! Can I merge the two pull requests that I see on my end? |
|
Close, however, you are not storing or returning any of your comparisons, and |
What changes are you trying to make? (e.g. Adding or removing code, refactoring existing code, adding reports)
What did you learn from the changes you have made?
Was there another approach you were thinking about making? If so, what approach(es) were you thinking of?
Were there any challenges? If so, what issue(s) did you face? How did you overcome it?
How were these changes tested?
A reference to a related issue in your repository (if applicable)
Checklist