Skip to content

Part 1 of assignment 1, anagram checker, not case sensitive.#1

Open
mehranedalat wants to merge 3 commits intomainfrom
assignment-1
Open

Part 1 of assignment 1, anagram checker, not case sensitive.#1
mehranedalat wants to merge 3 commits intomainfrom
assignment-1

Conversation

@mehranedalat
Copy link
Copy Markdown
Owner

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

writing an anagram_checker

What did you learn from the changes you have made?

Python Basics

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

Loop

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

string lenght, I put limitation.

How were these changes tested?

Examples.

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

N/A

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.

You are on the right track! You can improve your functions by using built-in Python methods i.e., (sorted) instead of hard-coding each character check, which will make it shorter, more readable, and able to handle strings of any length. Please revise

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!

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