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
Navneeth K
Run
c = circle(r= 150,stroke='maroon') r = rectangle(140,0,20,5,fill = 'white')| repeat(46,rotate(4)) r2 = rectangle(0,75,300,150,fill = 'white') r3 = rectangle(0,-75,300,150,fill = 'white') show(c,r2) c2 = circle(r=130,fill = 'black') c3 = circle(r=125,fill = 'orange') c4 = circle(r=110,fill = 'white') c5 = circle(r=105,fill = 'maroon') c6 = circle(r=100,fill = 'orange') c7 = circle(r=85,fill = 'white') c8 = circle(r=78,fill = 'maroon') c9 = circle(r=65,fill = 'red') c10 = circle(r=55,fill = 'orange') c11 = circle(0,16,30,fill = 'maroon') c12 = circle(0,25,5,fill = 'red') sp = ellipse(fill = 'yellow',stroke_width = 8) sp1 = sp | rotate(45) sp2 = sp | rotate(90) sp3 = sp | rotate(135) ptot = combine([sp,sp1,sp2,sp3])|scale(0.1)|translate(0,25) p1 = point(130,0) p2 = point(125,5) p3 = point(125,-5) e1 = ellipse(0,-25,200,250) smaltrininblak = polygon([p2,p1,p3],fill='white')|repeat(36,rotate(5)) show(r,c2,c3,c4,c5,c6,c7,c8,c9,c10,c11,ptot,c12,smaltrininblak,r3,e1,c6,r3,c)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login