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
Sneha
By
Sneha
Run
maroon = circle(r=150,fill="maroon") orange = rectangle (w=200,h=200,fill="#E26630", stroke="#E26630") | repeat (20,rotate(50)) yellow = rectangle(w=186,h=186, fill="yellow",stroke="yellow")|rotate(15)| repeat(20,rotate(50)) white = rectangle(w=174,h=174,fill="white",stroke="white")|repeat(20,rotate(50)) gold = rectangle(w=166,h=166,fill="gold",stroke="gold")|rotate(15)|repeat(20,rotate(50)) purple = circle(r=113,fill="#620352",stroke="none") c=combine([maroon,orange,yellow,white,purple]) inner1 = circle(r=100,fill="#570E0B",stroke="none") c=combine([c,inner1]) shape = ellipse(h=100,w=20,x=0,y=50,stroke="none",fill="#AE1D16")|repeat(30,rotate(20)) shape1 = ellipse(h=70,w=20,x=0,y=50,stroke="none",fill="#e76208")|rotate(30)|repeat(30,rotate(20)) c=combine([c,shape,shape1]) shape = ellipse(h=40,w=10,x=0,y=50,stroke="none",fill="yellow")|repeat(30,rotate(20)) shape1 = ellipse(h=40,w=10,x=0,y=50,stroke="none",fill="white")|rotate(30)|repeat(30,rotate(20)) c=combine([c,shape,shape1]) show(c)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login