Skip to content

assignment 1 attempt#1

Open
liliywu wants to merge 1 commit intomainfrom
assignment_1
Open

assignment 1 attempt#1
liliywu wants to merge 1 commit intomainfrom
assignment_1

Conversation

@liliywu
Copy link
Copy Markdown
Owner

@liliywu liliywu commented Feb 16, 2025

What changes are you trying to make? (e.g. Adding or removing code, refactoring existing code, adding reports)

I am creating two functional anagram checkers :D

What did you learn from the changes you have made?

I learned how to create a anagram checker that is case sensitive, and another one that is not case sensitive

Was there another approach you were thinking about making? If so, what approach(es) were you thinking of?

not really, i was taking my time to comment out each code for clarify what I needed to do

Were there any challenges? If so, what issue(s) did you face? How did you overcome it?

not really

How were these changes tested?

through the anagram checkers

A reference to a related issue in your repository (if applicable)

Checklist

  • [ x] I can confirm that my changes are working as intended

Copy link
Copy Markdown

@juliagallucci juliagallucci left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good. One note for conciseness: sorted_word_a == sorted_word_b already evaluates to True or False, so the print statement is unnecessary.

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.

2 participants