Advertisement
Guest User

mydance

a guest
Mar 19th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.29 KB | None | 0 0
  1. print('Time to dance!')
  2.  
  3. turtle.forward()
  4. turtle.back()
  5. turtle.turnRight()
  6. turtle.forward()
  7. turtle.back()
  8. turtle.back()
  9. turtle.turnLeft()
  10. turtle.turnLeft()
  11. turtle.back()
  12. turtle.turnRight()
  13.  
  14. for i = 1, 4 do
  15.   turtle.turnRight()
  16. end
  17.  
  18. turtle.up()
  19. turtle.down()
  20. print('Done.')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement