cul8ter

azize light

Dec 3rd, 2021 (edited)
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.21 KB | None | 0 0
  1. local x=io.read()
  2. while x>0 do
  3.     turtle.turnLeft()
  4.     turtle.place()
  5.     turtle.turnRight()
  6.     turtle.forward()
  7.     turtle.forward()
  8.     turtle.forward()
  9.     turtle.forward()
  10.     turtle.forward()
  11.     turtle.forward()
  12.     x=x-1
  13. end
Add Comment
Please, Sign In to add comment