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