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
PUUKALAM ; )
By
Abdullah Rishad
Run
c = circle(x=-145,y=150,r=5,fill="maroon",stroke="none")| repeat(29,translate(x=11)) c1 = c| rotate (90) c2 = c| translate(y=-300) c3 = c2| rotate (90) r=rectangle(h=400,w=400,fill="f99999") r1=rectangle(h=285,w=285,stroke="red",stroke_width=2) c4=circle(r=130,fill="#f85691",stroke="#843758") show (r,c,c1,c2,c3,r1,c4) p1=point(x=120,y=110) p2=point(x=100,y=110) p3=point(x=110,y=120) p4=point(x=110,y=100) diamond=polygon([p1,p3,p2,p4],fill="yellow") |repeat(4,rotate(90)) show(diamond) c5=circle(r=110,fill="#f21851",stroke="#843758") l1=line(stroke="white")|repeat(4,rotate(90)) s1=ellipse(h=10,w=10,fill="white") show(c5,l1,s1)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login