Skip to content

Conversation

@dipachatterjee
Copy link
Owner

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

I added code to define a function (anagram_checker), followed by running the code to see if it passes different parameters.

What did you learn from the changes you have made?

I learnt how to define a function and its parameters, as well as toggling case sensitivity on/off. I also learnt how to set up a python environment and activate it in VS Code

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

I followed the assignment's instructions and completed the assignment in VS code using a python environment.

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

The main challenge was figuring out how to turn off case sensitivity, but a quick google search helped me find a list of functions and then choose one. I also think I probably don't need the boolean check argument in the second code, but I included it just to be thorough (and since it was specified in the instructions that we would be adding a boolean function).

How were these changes tested?

The function was run through the various exercises/examples that followed the code block. I also tested the code with arguments of my own (in a separate notebook) and made sure the function gave back expected results.

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

N/A

Checklist

  • I can confirm that my changes are working as intended

Copy link

@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.

Great!

@dipachatterjee dipachatterjee merged commit b8da5c0 into main Oct 22, 2025
1 check passed
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