// type program here // draws a simple umbrella paper 20 repeat A 0 25 { //code for the top part set [(A*4) (50+A*4)] 100 set [(100-A*4) (50+A*4)] 100 set [(A*4) (50)] 100 set [(25+A*3) (50+A*6)] 100 set [(100-(25+A*3)) (50+A*6)] 100 set [(50) (50+A*4)] 100 //code for the handle set [(50) (10+((A*8)/5))] 100 set [(40+((A*4)/10)) (10)] 100 }