Can someone pls help me with reeborg step 20 code? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

26th Nov 2021, 7:03 AM
Arundeep Kakkar
Arundeep Kakkar - avatar
6 Answers
0
Try posting it in the code playground then share your link
26th Nov 2021, 7:16 AM
Richard
Richard - avatar
0
there you go
26th Nov 2021, 7:24 AM
Arundeep Kakkar
Arundeep Kakkar - avatar
0
well it can only run in reeborg
26th Nov 2021, 7:25 AM
Arundeep Kakkar
Arundeep Kakkar - avatar
0
not on this editor because it is made for reeborg
26th Nov 2021, 7:25 AM
Arundeep Kakkar
Arundeep Kakkar - avatar
0
Oh I'm sorry
26th Nov 2021, 7:27 AM
Richard
Richard - avatar