Skip to content

Completed Python Assignment 1#1

Open
michellenurse wants to merge 1 commit intomainfrom
assignment-1
Open

Completed Python Assignment 1#1
michellenurse wants to merge 1 commit intomainfrom
assignment-1

Conversation

@michellenurse
Copy link
Owner

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

Creating an anagram checker function to check if 2 words are anagrams of each other. The most updated version adds a boolean criteria to specify if the words are case sensitive i.e. if case is considered in 2 words being an anagram of each other or not

What did you learn from the changes you have made?

I learned how to compare strings in python by sorting the characters including conditional logic

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

Sorting seemed to be the simplest approach so I went with that

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

Making sure the conditional statement worked correctly

How were these changes tested?

With the provided examples and having true or false as the condition for the same words

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

Checklist

  • I can confirm that my changes are working as intended

Copy link

@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.

Excellent!

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