0
Can someone pls help me with reeborg step 20 code?
import library think(5) repeat 3: move() turn_left() """ while right_is_clear(): repeat 3: turn_left() move() if front_is_clear(): move() if wall_in_front(): turn_left() """ while front_is_clear(): move() if not right_is_clear(): turn_left() elif right_is_clear(): repeat 3: turn_left() else: move() while not at_goal(): if not right_is_clear(): turn_left() build_wall() repeat 3: https://code.sololearn.com/c8urC608zv92/?ref=app Arundeep Kakkar here is your code_bit
6 Antworten
0
Try posting it in the code playground then share your link
0
there you go
0
well it can only run in reeborg
0
not on this editor because it is made for reeborg
0
Oh I'm sorry