Skip to content

I updated the assignment-1#1

Open
CarlosGD-CAN wants to merge 1 commit intomainfrom
assignment-1
Open

I updated the assignment-1#1
CarlosGD-CAN wants to merge 1 commit intomainfrom
assignment-1

Conversation

@CarlosGD-CAN
Copy link
Copy Markdown
Owner

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

What did you learn from the changes you have made?

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

Yes, was thinking about doing it directly on here but Daniel taught me how to navigate using VS Code

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

Yes, wasn't clear about pulling/pushing data from/to gitbash to here, but learning

How were these changes tested?

in code, python. Successful

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

NA

Checklist

  • I can confirm that my changes are working as intended

Copy link
Copy Markdown

@dwz92 dwz92 left a comment

Choose a reason for hiding this comment

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

  1. replace all of your print statement with return
  2. your function is not returning anything for the case where two words have different length in both Part 1 and 2
  3. Part 2, by case sensitive, we want to see you handling the case where the user can choose to check for case sensitive anagrams
    Than means, your function in Part 2 should pass the case:
anagram_checker("Slient", "Listen", True) # False
anagram_checker("Slient", "listen", False) # True

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