Skip to content

Edited file to do homework.#1

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

Edited file to do homework.#1
gwmchung wants to merge 1 commit intomainfrom
assignment-1

Conversation

@gwmchung
Copy link
Copy Markdown
Owner

@gwmchung gwmchung commented May 4, 2024

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

Added body to the function anagram_checker() to complete assignment

What did you learn from the changes you have made?

Various methods of string and list types, if statement, function construct.

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?

By running the function with arguments as specified and checking if expected results are generated.

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

@mentions of the person or team responsible for reviewing proposed changes (At least 2 people)

Checklist

  • 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! Your code executes without errors and is well commented. One suggestion would be to make your code as concise as possible; for example you dont need to provide a return statement to a condition (ie list_a == list_b would return True/False on its own!)

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