diff --git a/sunflowers.py b/sunflowers.py index 9c8f7eb..06d9dad 100644 --- a/sunflowers.py +++ b/sunflowers.py @@ -73,4 +73,5 @@ def harvest_sunflowers(sunflowers): handle_initial_planting(sunflowers) initial_planting_performed = True - find_sunflower_with_most_petals_and_harvest(sunflowers) \ No newline at end of file + for _ in range(1000): + find_sunflower_with_most_petals_and_harvest(sunflowers) \ No newline at end of file