Skip to content

Assignment completed, making submission#1

Open
kkimmins wants to merge 1 commit intomainfrom
assignment-1
Open

Assignment completed, making submission#1
kkimmins wants to merge 1 commit intomainfrom
assignment-1

Conversation

@kkimmins
Copy link
Copy Markdown
Owner

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

I added the two anagram checker functions as prescribed by the assignment.

What did you learn from the changes you have made?

I was able to practice how to make a Python function with docstrings, if statements, and manipulating strings. I thought about the steps I would need to take, and looked up the str.lower() and sorted() bulit-in functions to make sure they were doing what I intended to do. I created the docstring by modifying my thought process in a more reader-friendly way.

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

No other approach!

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

I realized I actually forgot how to commit via git... I pressed a button on VS code but I think that sent the assignment to the main branch and I didn't know how to fix it, so I deleted the entire fork and started over. Then I reviewed the notes from the git lectures and used the proper codes to commit and make a pull request. I'll write these codes down in a sticky note on my computer so I won't forget next time. My apologies for the late submission :(

How were these changes tested?

I ran the test cases that were provided. It passed all of them!

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

Checklist

  • I can confirm that my changes are working as intended

Copy link
Copy Markdown

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

Excellent!

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