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
pookkalam
By
Aneetta Ann Mathew
Run
c1 = circle(r=115, fill="#df0e62", stroke="red", stroke_width="3") s1 = ellipse(fill="#5dae8b", stroke="#5dae8b", stroke_width="3") s2 = s1 | rotate(60) s3 = s1 | rotate(120) c2 = circle(r=25,fill="#b50d23",stroke="#b50d23") l = line(x1=25,y1=0,x2=100,y2=0,stroke="yellow",stroke_width=5) | repeat(36, rotate(10)) e = ellipse(w=300,h=150,stroke="#d1016d") | repeat(75, rotate(6)) |scale(.955) r = rectangle(w=100, h=100, stroke="#3b4a6b",stroke_width=2) | repeat(10, rotate(10)) c3 = circle(r=10, fill="#22b2da", stroke="#f0d43a", stroke_width="2")|repeat(10, rotate(30))|scale(.75) c4=circle(r=5,x=0,y=15,fill="white",stroke="white")|repeat(10,rotate(36)) show(c1,s1,s2,s3,c2,c3,l,e,r,c4)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login