Skip to content

Completed assignment 1#1

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

Completed assignment 1#1
khsergvl wants to merge 1 commit intomainfrom
assignment-1

Conversation

@khsergvl
Copy link
Copy Markdown
Owner

@khsergvl khsergvl commented May 5, 2024

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

Adding result of assignment 1

What did you learn from the changes you have made?

How to use Jupiter notebooks, basic python, if else condition

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

manual string sort

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

Follow submission guide

How were these changes tested?

added assert

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

Checklist

  • I can confirm that my changes are working as intended

@khsergvl
Copy link
Copy Markdown
Owner Author

khsergvl commented May 5, 2024

@kaylielau

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.

Great! Your code executes well without error. Some suggestions for improvement would be to remove redundant lines (ie conditional statements already return a boolean true/false, so no need to come this) and better comment your code. Also, when you're trying to call a function
you simply put function_name(parameters)
ie anagram_checker(word_1,word_2)

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