Karel 1.1.4 - practiceHomeRun

PHOTO EMBED

Thu Aug 11 2022 09:59:36 GMT+0000 (Coordinated Universal Time)

Saved by @bibberhug

void practiceHomeRun(){
    repeat(4){
        repeat(9){moveForward();}
        pickBeeper();
        turnLeft();
    }
    
}
content_copyCOPY