def turn_right():
turn_left()
def jump():
while wall_on_right():
move()
turn_right()
while front_is_clear():
while not at_goal():
if wall_in_front():
jump()
else:
No comments:
Post a Comment