Advertisement
RobotBubble

TurtleStairsBU

Oct 26th, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. print("Building stairs up...")
  2. turtle.up()
  3. turtle.placeDown()
  4. sleep(.1)
  5. turtle.dig()
  6. turtle.forward()
  7. turtle.up()
  8. sleep(.1)
  9. turtle.placeDown()
  10. sleep(.1)
  11. turtle.dig()
  12. turtle.forward()
  13. turtle.up()
  14. sleep(.1)
  15. turtle.placeDown()
  16. sleep(.1)
  17. turtle.dig()
  18. turtle.forward()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement