And on the seventh day, God ended His work which He had done and began vibe coding the remainder of the human genome.
this should do the trick...
while creatures: c = get_random_creature() if c.is_dead(): creatures.pop(c) else: creatures.add(c.mutate())
this should do the trick...