Форум сайта python.su
http://judge.mipt.ru/mipt_cs_on_python3/labs/lab2.html
move_right() move_down() if not cell_is_filled(): while not wall_is_beneath(): fill_cell() move_down() move_right() move_up() if not cell_is_filled(): while not wall_is_above(): fill_cell() move_up()
Офлайн
Здесь решал.
Офлайн