Форум сайта python.su
0
http://judge.mipt.ru/mipt_cs_on_python3/labs/lab2.html#id5 task_3_1
При этом коде робот врезается в стену:
if not wall_is_on_the_right():
while True:
move_right(1)
Офлайн
294
while True: if not wall_is_on_the_right(): move_right(1)
[code python][/code]
Офлайн
221
while not wall_is_on_the_right(): move_right(1)
Офлайн
0
JOHN_16Спасибо
Офлайн