КК
Size: a a a
😍
М
😍
😍
КК
КК
М
😍
🐝
КК
КК
🐝
🐝
NN
DМ
def task_8_21():и так, и так пробовал.. никак не идет..
while True:
if wall_is_above() and wall_is_on_the_left():
for i in range(9):
move_right()
move_down()
if wall_is_above() and wall_is_on_the_right():
for i in range(9):
move_left()
move_down()
if wall_is_beneath() and wall_is_on_the_left():
for i in range(9):
move_right()
move_up()
if wall_is_beneath() and wall_is_on_the_right():
for i in range(9):
move_left()
move_up()
break
DМ