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
sample
By
Navami Ajay
Run
s=rectangle(w=500,h=500,fill='#baeb34') show(s) c=circle(r=150,fill='#eb4334',stroke='none') show(c) p1=point(x=148,y=-40) p2=point(x=0,y=150) p3=point(x=-148,y=-40) t1=polygon([p1,p2,p3],fill='#ebe134',stroke='none') show(t1) p4=point(x=-148,y=40) p5=point(x=0,y=-148) p6=point(x=148,y=40) t2=polygon([p4,p5,p6],fill='#ebae34',stroke='none') show(t2) e=ellipse(h=300,w=40,fill='#f0edeb',stroke='none')|repeat(6,rotate(30),) show(e) l=line()|repeat(30,rotate(25)|translate(x=-1,y=-1)) show(l)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login