[Karel] Unit6

Unit6


Lesson1

Before After
function place50Beepers() {
   repeat(50) {
      putBeeper();
   }
}

function main() {
   move();
   place50Beepers();
   move();  
}

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

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