Advertisement
Guest User

mydance

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