Cactus Trouble

I am succesfully planting all cacti using multi drones (i only have the one extra). I am looking for help getting my sort_coloumn() function to work. i have tried a lot of diffrent things, to make it work myself and it just dont work. i really want it to be so close to my code as possible and it does not have to be efficient. sorry for my bad english rn im tired af

def sort_coloumn():

swapped = True

while swapped:

	swapped = False

	if measure() > measure(North):

		move(North)

		swapped = True

	move(North)

def sort_all_coloumn():

move\_to\_x\_pos(0)

for i in range(grid\_size):

	move\_to\_x\_pos(i)

	drone = spawn\_drone(sort\_coloumn)

	move(East)

	wait\_for(drone)
reddit.com
u/Lyxse17 — 7 days ago

I seem to be stuck on sector 9

After having a bit of a hard time making the robot (due to the limited water, i got to the point of needing fruit, but i dont have any fruit trees on any asteroid, how do i fix this or do i have to retry?

reddit.com
u/Lyxse17 — 2 months ago