w = peripheral.wrap("top")
while true do
  turtle.suck()
  turtle.placeDown()
  turtle.dropUp()
 sleep(10)
end
