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 #1638

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

solution #1638

wants to merge 2 commits into from

Conversation

VovaGld
Copy link

@VovaGld VovaGld commented Nov 14, 2024

No description provided.

Copy link

@julia4406 julia4406 left a comment

Choose a reason for hiding this comment

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

All looks wonderful )

Copy link

@mateacademy-ai-mentor mateacademy-ai-mentor left a comment

Choose a reason for hiding this comment

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

Great job on implementing the Car and CarWashStation classes! 🎉 Your code meets the task requirements and follows clean code practices. Just a small note: consider renaming count_of_rating to count_of_ratings for consistency. Keep up the great work! 🚀

✨ Please rate this review in the Platform's notification center. I will be grateful for your feedback! ✨

def __init__(self, distance_from_city_center: float,
clean_power: int,
average_rating: float,
count_of_rating: int) -> None:

Choose a reason for hiding this comment

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

The parameter count_of_rating should be renamed to count_of_ratings to maintain consistency with its usage in the rest of the class.

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