From 01d88ffc0f21b5503c48a70173259e0e63ac7a73 Mon Sep 17 00:00:00 2001 From: ehermakov Date: Mon, 27 Nov 2023 14:27:46 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B7=D0=B0=D0=B3=D1=80=D1=83=D0=B6=D0=B0?= =?UTF-8?q?=D1=8E=20=D0=94=D0=97=20=D1=81=20=D0=B8=D1=81=D0=BF=D1=80=D0=B0?= =?UTF-8?q?=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .DS_Store | Bin 6148 -> 6148 bytes HNS/.DS_Store | Bin 6148 -> 6148 bytes HNS/Excercises/ShipCraft/main.py | 7 +++---- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.DS_Store b/.DS_Store index 48edf8569e018772f0e80cb6335f321a88729717..19e5e436e17226e37cb57b22c4e9cec27e7b4997 100644 GIT binary patch delta 24 fcmZoMXffDunw8ziL`T8M(0uX&7W>VDY@Y=IU= ship_size: - if check_blocked(field, row, col): - for i in range(col, col + ship_size): - if check_blocked(field, row, col): - return True + for i in range(col, col + ship_size): + if check_blocked(field, row, col): + return True return False