Code Sketch


SUN STAR
By: Aditya Hasteer Sharma
def momisthebest() {
left(10)
left(40,300)
right(90)
right(50)
forward(100)
right(50)
right(40,300)
right()
forward(60)
right(80)
forward(20)
}

def block() {
    momisthebest()
    right(22)
}
clear()
setBackgroundH(white, yellow)
setAnimationDelay(0)
repeat(120) {
    block()
}
invisible()