Press a or b a changes the number of leaves randomly b changes the number of leaves and the size. This started as a nested loop demo that became a proof of concept to help me figure out ways of controlling this. What is shown doesn't reflect all that the code is doing. For example, in b I figure out how to keep the size of the flower the same even if the length of the chord (aka the distance moved in the repeat loops that draw each arc) stays the same. This creates a size factor, that I can keep constant or vary smoothy. There is also some playing around with the color, but somewhat randomly.