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

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

Solution #467

wants to merge 7 commits into from

Conversation

SkepskyiDanylo
Copy link

No description provided.

app/main.py Outdated Show resolved Hide resolved
app/main.py Outdated Show resolved Hide resolved
@SkepskyiDanylo
Copy link
Author

idk, something bugged in my Git Bash so these commit names bugged

app/main.py Outdated Show resolved Hide resolved
app/main.py Outdated Show resolved Hide resolved
app/main.py Outdated
Comment on lines 87 to 92
count_of_ships = {
1: 0,
2: 0,
3: 0,
4: 0,
}
Copy link

Choose a reason for hiding this comment

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

Suggested change
count_of_ships = {
1: 0,
2: 0,
3: 0,
4: 0,
}
count_of_ships = {1: 0, 2: 0, 3: 0, 4: 0,}

@SkepskyiDanylo SkepskyiDanylo requested a review from vsmutok August 1, 2024 09:58
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