Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solution #1219

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Solution #1219

wants to merge 3 commits into from

Conversation

SerhiyDema
Copy link

attempt 01

app/main.py Outdated


def feed_animals(animals: list[Animal]) -> int:
# return sum([animal.appetite for animal in animals if animal.is_hungry])

Choose a reason for hiding this comment

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

delete this line

Copy link
Author

Choose a reason for hiding this comment

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

done

app/main.py Outdated Show resolved Hide resolved
SerhiyDema and others added 2 commits September 4, 2024 21:19
Co-authored-by: Vasyl Hnatiuk <104974881+vasylhnatiuk@users.noreply.github.com>
@SerhiyDema
Copy link
Author

attempt 02

Copy link
Contributor

@vsmutok vsmutok left a comment

Choose a reason for hiding this comment

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

Looks Good!

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.

3 participants