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

implement py-cinema-visit #1622

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

Conversation

AlexCyberf
Copy link

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 task! 🎉 The code meets the requirements and constraints, with only a minor issue regarding the CinemaHall instance in main.py. Remember to call the movie_session method on the CinemaHall instance to ensure all actions are performed as intended. Keep up the good work and happy coding! 😊

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

customer["name"],
customer["food"]) for customer in customers]

CinemaHall(hall_number)

Choose a reason for hiding this comment

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

The CinemaHall instance is created but not used. You need to call the movie_session method on this instance to perform the movie session actions, as described in the task requirements.

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