Code Sketch


DYNAMIC FLOWER
By: Aditya Hasteer Sharma
def shape() {
    right(350,100)
}

def block() {
    shape()
    right(5)
}

cleari()
setPenColor(blue)

setAnimationDelay(0)
repeat(75) {
    block()
}