Explore
Courses
Batches
Sketches
Statistics
Code a Pookkalam
Jobs
Devsprint
People
Course Creation
Create a Course
Guidelines
Resources
Support
Blogs
My Profile
About Us
Login
Sketches
0
New Sketch
By
Anjana s
Run
c = circle(r=150,fill="BlueViolet",stroke="none") shape = rectangle(w=205,h=205,fill="DarkGreen",stroke="none") show(shape) shape = shape | repeat(10, rotate(40)) shape3 = rectangle(w=198,h=198,fill="Red",stroke="none") show(shape3) shape3 = shape3 | repeat(10, rotate(40)) shape5 = rectangle(w=195,h=195,fill="#ff551c",stroke="none") show(shape5) shape5 = shape5 | repeat(10, rotate(40)) shape2 = rectangle(w=193,h=193,fill="White",stroke="none") show(shape2) shape2 = shape2 | repeat(10, rotate(30)) shape4 = rectangle(w=190,h=190,fill="White",stroke="none") show(shape4) shape4 = shape4 | repeat(10, rotate(30)) shape6 = rectangle(w=188,h=188,fill="DarkViolet",stroke="none") show(shape6) shape6 = shape6 | repeat(10, rotate(30)) c1 = circle(r=145,fill="Gold",stroke="none") c2 = circle(r=112,fill="Maroon",stroke="none") c3 = circle(r=108,fill="#c90040",stroke="none") flower=ellipse(w=200, h=100, fill="Gold", stroke="none") | repeat(6,rotate(30)) flower2=ellipse(w=190, h=90, fill="OrangeRed", stroke="none") | repeat(6,rotate(30)) flower3=ellipse(w=180, h=90, fill="#4f913f", stroke="none") | repeat(6,rotate(30)) c5 = circle(r=8,fill="OrangeRed",stroke="none") c4 = circle(r=85,fill="White",stroke="none") l = line(x1=-60, y1=-60, x2=60, y2=60) l2 = l|repeat(6,rotate(30)) show( c, c1, shape, shape3, shape5, shape2, shape4, shape6, c2, c3, flower, flower2, flower3, c4, l, l2)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login