[Karel] Unit4

단계


Lesson2

Before After
function turnAround() {
   turnLeft();
   turnLeft();
   turnLeft();
   turnLeft();
}

function main(){
   move();
   putBeeper();
   turnAround();
   move();
   turnAround();
}

'Algorithm > Karel' 카테고리의 다른 글

[Karel] Unit9  (0) 2022.05.23
[Karel] Unit8  (0) 2022.05.23
[Karel] Unit6  (0) 2022.05.23
[Karel] Unit5  (0) 2022.05.23
[Karel] Unit3  (0) 2022.05.23