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

Develop #1404

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

Develop #1404

wants to merge 4 commits into from

Conversation

levseenko
Copy link

@levseenko levseenko commented Oct 4, 2024

No description provided.

Copy link

@zaietsmo zaietsmo left a comment

Choose a reason for hiding this comment

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

def movie_session(
self,
movie_name: str,
customers: list,
Copy link

Choose a reason for hiding this comment

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

specify list items type

Comment on lines 8 to 12
def movie_session(
self,
movie_name: str,
customers: list,
cleaning_stuff: Cleaner) -> None:
Copy link

Choose a reason for hiding this comment

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

app/main.py Outdated
def cinema_visit(customers: list, hall_number: int, cleaner: str, movie: str):
# write you code here
pass
def cinema_visit(customers: list,
Copy link

Choose a reason for hiding this comment

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

specify list items type

Copy link

@Arsen-hrynevych Arsen-hrynevych left a comment

Choose a reason for hiding this comment

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

Ok

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.

4 participants