Найти - Пользователи
Полная версия: Не могу решить 21 задачу.
Начало » Центр помощи » Не могу решить 21 задачу.
1
EugeneDemonSpeed666
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()
py.user.next
Здесь решал.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by DjangoBB