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 draft
By
NAFEELA N
Run
c1 = circle(r=100,fill="yellow") r1 = rectangle(w=50,h=100, fill="orange", stroke="none")|repeat(12,rotate(100)) r2= rectangle(w=150,h=150,fill="red")|repeat(60,rotate(100)) c2= circle(r=25,fill="black") mc=circle(r=72,fill="purple") com= mc+r1+c1+r2+c2 show(com) s1= ellipse(h=40,fill="yellow") | rotate(45) s2= ellipse(h=40,fill="orange") | rotate(90) s3= ellipse(h=40,fill="yellow") | rotate(135) s4= ellipse(h=40,fill="orange") | rotate(180) s5= circle(r=30, fill="purple") show(s1,s2,s3,s4,s5)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login