Spoiler
If statmenst on line 18 and 25 are to check if the for loop is at the end and if it is not exicute the lines of code otherwise ignore them if it is at the end. this uses my own turtle movement API, "PI".API functions used:
- PI.mFw() = move Forward
- PI.tL() == turn Left
- PI.tR() == turn Right
- PI.pBD() = place Block Down
- PI.bBD() = break Block Down











