Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes are you trying to make? (e.g. Adding or removing code, refactoring existing code, adding reports)
I added code that can check for anagrams (define the terms) and then edit the code to add in the boolean
What did you learn from the changes you have made?
I learned different data types and how to make sure to define variables within a certain set
Was there another approach you were thinking about making? If so, what approach(es) were you thinking of?
I followed what was provided in the lectures and then googled the specific term ("sorted")
Were there any challenges? If so, what issue(s) did you face? How did you overcome it?
Yes, lots of challenges. I didn't know which term to use to help sort words and then ignore the lowercases. I had to google how to do this. But the syntax makes sense to me, and why we have different data types and indentations
How were these changes tested?
I compared it against the criteria that was provided by DSI
A reference to a related issue in your repository (if applicable)
I followed the video instructions to submit my assignment #1 for python, but it says main and assignment-1 are identical on github. But in my VS code, I can see my changes under source control. Did I do something wrong in the set-up? I can provide screenshots of my assignment.
Checklist