Advertisement
Guest User

Untitled

a guest
Jul 21st, 2024
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. turtle.select(1)
  2. turtle.place()
  3.  
  4. turtle.select(2)
  5. turtle.place()
  6. turtle.place()
  7. turtle.place()
  8.  
  9. turtle.dig()
  10. turtle.forward()
  11.  
  12.  
  13. turtle.digUp()
  14. turtle.up()
  15.  
  16. turtle.down()
  17.  
  18. turtle.back()
  19.  
  20. end
  21.  
  22. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement