Skip to content

Assignment 1: Anagram Checker#341

Open
syedahq wants to merge 1 commit intoUofT-DSI:mainfrom
syedahq:assignment-1
Open

Assignment 1: Anagram Checker#341
syedahq wants to merge 1 commit intoUofT-DSI:mainfrom
syedahq:assignment-1

Conversation

@syedahq
Copy link

@syedahq syedahq commented Mar 15, 2026

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

First I created a function that determines whether 2 words are anagrams by converting strings to lowercase and comparing their sorted characters.

What did you learn from the changes you have made?

I then extended the function by adding a is_case_sensitive code to force case-sensitive comparisons.

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

None

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

I first opened the code on Phoenix code editor and couldn't run it, but then I opened it on local host Jupyter through the terminal and edited it there and it worked.

How were these changes tested?

I ran the code using the Jupyter local host, there was a play button and I got the right TRUE and FALSE outcomes.

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

Checklist

  • [Yes ] I can confirm that my changes are working as intended

@NishaPai2
Copy link

Sorry - this was also just me practicing and trying things

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