Advertisement
sfegs

Untitled

Aug 28th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. x=0
  2. repeat
  3. turtle.digUp()
  4. turtle.digDown()
  5. turtle.dig()
  6. turtle.forward()
  7. x=x+1
  8. until x==50
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement