Skip to content

completed assignment#1

Merged
ltonello merged 1 commit intomainfrom
assignment-1
Dec 2, 2024
Merged

completed assignment#1
ltonello merged 1 commit intomainfrom
assignment-1

Conversation

@ltonello
Copy link
Copy Markdown
Owner

@ltonello ltonello commented Dec 2, 2024

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

Defined anagram checker functions, one that does not account for case sensitivity and one that does

What did you learn from the changes you have made?

Learned how to define a function and how to use an IF function

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

There were no other approaches

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

My biggest challenge with this assignment was actually pushing my changes back to Git - just not used to the process yet.

How were these changes tested?

All code was tested against provided code

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

Checklist

  • I can confirm that my changes are working as intended

@ltonello ltonello merged commit 99cade3 into main Dec 2, 2024
@pedram-aliniaye-asli
Copy link
Copy Markdown

pedram-aliniaye-asli commented Dec 6, 2024

You did a good job here!
Just a quick note:
There is a small issue with the sorting logic in your function in part 2. You are passing the strings 'word_a' and 'word_b' (the literal string names) to the sorted() function, instead of passing the variables word_a and word_b.

Also, please keep in mind that the PR should be open until it's marked.

Please go ahead and do the modification and then let me know, Thanks!

@ltonello
Copy link
Copy Markdown
Owner Author

ltonello commented Dec 11, 2024 via email

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