Advertisement
SBe11

Untitled

Feb 24th, 2020
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1.  
  2. turtle.dig()
  3. turtle.forward()
  4. turtle.select(2)
  5. turtle.placeDown()
  6. turtle.turnLeft()
  7. turtle.dig()
  8. turtle.digUp()
  9. turtle.up()
  10. turtle.dig()
  11. turtle.digUp()
  12. turtle.up()
  13. turtle.dig()
  14. turtle.turnRight()
  15. turtle.turnRight()
  16. turtle.dig()
  17. turtle.down()
  18. turtle.dig()
  19. turtle.down()
  20. turtle.dig()
  21. turtle.turnLeft()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement