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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Solution #1760

wants to merge 1 commit into from

Conversation

Gudei
Copy link

@Gudei Gudei commented Dec 19, 2024

No description provided.

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 all the task requirements and constraints, and the methods perform as expected. While your implementation is correct, consider specifying the type of elements in the cars list parameter for better type hinting, like cars: list[Car]. This will enhance code readability and maintainability. Keep up the good work! 🚀

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

if car.clean_mark < self.clean_power:
car.clean_mark = self.clean_power

def serve_cars(self, cars: list) -> float:

Choose a reason for hiding this comment

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

Consider specifying the type of elements in the cars list parameter for better type hinting, e.g., cars: list[Car].

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