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
By
Sujith Sasikumar
Run
c1 = circle(r=10,fill="#ce4257",stroke="none") c2 = circle(r=15,fill="#003459",stroke="none") c3 = circle(r=25,fill="#be95c4",stroke="none") c4 = circle(r=35,fill="#adc178",stroke="none") c5 = circle(r=145,fill='#edede8',stroke="none") c6 = circle(r=100,fill="#b0c4b1" ,stroke="none") c7 = circle(r=90,fill="#5c8001",stroke="none") e1=ellipse(h=10,w=15,x=15,y=0,fill='#ad2831',stroke="none") | repeat(12,rotate(36)) e2=ellipse(h=15,w=50,x=15,y=0,fill='#94d2bd',stroke="none") | repeat(100,rotate(31)) e3=ellipse(h=270,w=150,y=0,stroke="none",fill="#6f1d1b") | repeat(8,rotate(45)) | rotate(45) e4 =ellipse(w=140,h=3,fill="purple",stroke="purple")|repeat(60,rotate(6)) e5 =ellipse(w=180,h=40,fill="white",stroke="red")|repeat(8,rotate(50)) e6 =ellipse(w=175,h=30,fill="orange",stroke="orange")|repeat(9,rotate(40)) e7 =ellipse(w=175,h=30,fill="#fae588",stroke="yellow")|repeat(100,rotate(10)) r1 = rectangle(w=160, h=160, fill="#9e0059", stroke="none") | repeat(9, rotate(angle=10)) r2 = rectangle(w=150, h=150, fill="#fcd5ce", stroke="none") | repeat(9, rotate(angle=10)) show(c5,e3,r1,r2,c6,c7,e7,e6,e4,e2,c4,c3,e1,c2,c1)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login