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
1
Santa glass
By
Aparna Pradeep
Run
r1=rectangle(w=40,h=20,fill="brown",stroke="brown") show(r1) c1=circle(r=40,x=65,y=5,stroke="brown", stroke_width=15) show(c1) c2=c1|translate(x=-127,y=2) show(c2) p1=point(x=-110,y=35) p2=point(x=-100,y=55) p3=point(x=-65,y=100) p4=point(x=-50,y=80) p5=point(x=-45,y=55) s1=polygon([p1,p2,p3,p4,p5],fill="red") show(s1) c1=circle(r=10,x=-68,y=95,fill="white") show(c1) l1=line(x1=-110,y1=35,x2=-45,y2=55,stroke="white", stroke_width=10) show(l1) c2=circle(r=10,x=-110,y=0,fill="brown",stroke="brown") show(c2) c3=c2|translate(x=226,y=0) show(c3)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login