Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Add is_anagram function to verify anagram words" #43

Closed
Hbeyza opened this issue Jan 11, 2025 · 0 comments · May be fixed by #45
Closed

"Add is_anagram function to verify anagram words" #43

Hbeyza opened this issue Jan 11, 2025 · 0 comments · May be fixed by #45
Assignees
Labels
code challenge challenge for CDS program

Comments

@Hbeyza
Copy link

Hbeyza commented Jan 11, 2025

Write a function to check if two words are anagrams of each other.

Acceptance Criteria:

  • The function takes a string containing two words separated by a comma.
  • It returns True if the words are anagrams, False otherwise.
  • Example:
    • Input: "listen,silent" → Output: True
    • Input: "play,yellow" → Output: False
@Hbeyza Hbeyza added the code challenge challenge for CDS program label Jan 11, 2025
@Hbeyza Hbeyza self-assigned this Jan 11, 2025
@Hbeyza Hbeyza moved this to READY FOR REVIEW in ET6 Foundations Group 10 Jan 12, 2025
@Hbeyza Hbeyza closed this as completed by moving to READY FOR REVIEW in ET6 Foundations Group 10 Jan 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code challenge challenge for CDS program
Projects
Status: READY FOR REVIEW
Development

Successfully merging a pull request may close this issue.

1 participant