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
pookalam
By
Gayatri
Run
c = circle(fill="#35561E",r=100) c2 = circle(r=25,fill="#6A5B9B",stroke="#673DC7",stroke_width=4) c3 = circle(r=5,y=30,fill="red",stroke="#C83911",stroke_width=3)|repeat(12,rotate(30)) c4 = circle(r=40,fill="#832319",stroke="#C63811",stroke_width=2) c5 = circle(r=55,fill="#9C2C29",stroke="#952A31") c6= circle(r=70,fill="#C94B13",stroke="none") c7 = circle(r=85,fill="#DFAA25",stroke="none") c8 = circle(r=90,fill="#CEAC24",stroke="none") c9 = circle(r=24,y=75,fill="#C5392A",stroke="orange",stroke_width=2)|repeat(12,rotate(30)) r = rectangle(w=200,h=200,fill="black")|repeat(36,rotate(10)) r1=rectangle(w=180,h=180,fill="red")|repeat(36,rotate(10)) r2=rectangle(w=160,h=160,fill="orange")|repeat(36,rotate(10)) r3 = rectangle(w=140,h=140,fill="yellow")|repeat(36,rotate(10)) l=line(x1=0,y1=85,x2=0,y2=-85,stroke="yellow") | rotate(14) | repeat(6,rotate(30)) show(c,r,r1,r2,r3,c8,c9,c7,c6,c5,c4,l,c2,c3)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login