Skip to content

Python Assignment 1#1

Open
bolinfans wants to merge 2 commits intomainfrom
assignment
Open

Python Assignment 1#1
bolinfans wants to merge 2 commits intomainfrom
assignment

Conversation

@bolinfans
Copy link
Owner

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

implemented anagram checker

What did you learn from the changes you have made?

How to convert between strings and lists, how lists work using == operator

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

Iterating through list to check if letters in 2 words are the same instead of using inbuilt sort function

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

I was not familiar with string methods since I am more familiar with np.arrays instead of python's inbuilt lists and strings

How were these changes tested?

Test cases given, and a few more words with capitals in the middle

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.

Great!

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