Does anyone know the answer to the karel code 4.3.1 Face the right direction? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Does anyone know the answer to the karel code 4.3.1 Face the right direction?

Karel the dog lesson 4.3.1

2nd Dec 2019, 10:16 PM
Sydney Ziegler
2 Answers
0
function start() { if(noBallsPresent()){ turnLeft(); turnLeft(); } else { turnRight(); } }
15th Sep 2020, 2:56 PM
Angel Hodges
Angel Hodges - avatar
0
D
28th Jan 2024, 5:44 AM
Jai Fullwood