Skip to content

add lab 5 home kind and pet classes - #2

Open
yuriipopow wants to merge 3 commits into
mainfrom
feature/my-second-branch
Open

add lab 5 home kind and pet classes#2
yuriipopow wants to merge 3 commits into
mainfrom
feature/my-second-branch

Conversation

@yuriipopow

Copy link
Copy Markdown
Owner

No description provided.

Comment thread src/main.py Outdated
home.sort_by_age()
print(f"\n{home}\n")
print(f"\n{home.pets[0].is_polite()}\n")
print(f"\n{[str(pet) for pet in home.pets[0].are_friends(home.pets[1], home.pets[2], home.pets[3])]}\n")

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please make for cycle simpler for understanding

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

@yuriipopow

Copy link
Copy Markdown
Owner Author

Please review my code again @SophiaBala!

@yuriipopow
yuriipopow force-pushed the feature/my-second-branch branch from 37f7c93 to 00182e7 Compare November 4, 2024 12:08
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