Advertisement
Nonsanity

Untitled

Mar 5th, 2016
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. turtle.forward()
  2. turtle.down()
  3. turtle.down()
  4. turtle.select(1)
  5. turtle.placeDown()
  6. turtle.turnLeft()
  7. turtle.place()
  8. turtle.turnRight()
  9. turtle.turnRight()
  10. turtle.place()
  11. turtle.up()
  12. turtle.placeDown()
  13. turtle.up()
  14. turtle.select(2)
  15. turtle.forward()
  16. turtle.turnRight()
  17. turtle.turnRight()
  18. turtle.placeDown()
  19. turtle.forward()
  20. turtle.forward()
  21. turtle.turnRight()
  22. turtle.turnRight()
  23. turtle.placeDown()
  24. turtle.forward()
  25. turtle.turnRight()
  26. turtle.placeDown()
  27. turtle.forward()
  28. turtle.turnRight()
  29. turtle.turnRight()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement