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
New Sketch
By
Gopika Chandran A J
Run
r1=rectangle(x=0,y=-100,h=100,w=10,fill="#964B00",stroke="black") show(r1) p7=point(x=0,y=0) p8=point(x=-50,y=-50) p9=point(x=50,y=-50) shape6=polygon([p7,p8,p9],fill="green", stroke="none") show(shape6) p10=point(x=0,y=-30) p11=point(x=-75,y=-75) p12=point(x=75,y=-75) shape4=polygon([p10,p11,p12],fill="green", stroke="none") show(shape4) p13=point(x=0,y=-50) p14=point(x=-100,y=-100) p15=point(x=100,y=-100) shape5=polygon([p13,p14,p15],fill="green", stroke="none") show(shape5) c=circle(r=50,x=0,y=0,fill="#FFE5B4",stroke="white",stroke_width=6) show(c) x1, y1 = 50, 20 x2, y2 = 0, 100 x3, y3 = -50, 20 z1 = line(x1, y1, x2, y2) z2 = line(x2, y2, x3, y3) z3 = line(x3, y3, x1, y1) show(z1, z2, z3) p1=point(x=50,y=20) p2=point(x=0,y=100) p3=point(x=-50,y=20) shape=polygon([p1,p2,p3],fill="red", stroke="none") show(shape) r=rectangle(x=0,y=10,h=20,w=100,fill="white",stroke="black") show(r) c2=circle (r=10,x=0,y=100) shape2 = circle(r=10,x=0,y=100, fill="white", stroke="none") show(shape2) show(c2) c3=ellipse(h=20,w=10,x=-10,y=-10,fill="white") show(c3) c4=ellipse(h=20,w=10,x=10,y=-10,fill="white") show(c4) c5=ellipse(h=10,w=5,x=-10,y=-10,fill="black") show(c5) c6=ellipse(h=10,w=5,x=10,y=-10,fill="black") show(c6) x8,y8=-50,-25 x9,y9=50,-25 z=line(x8,y8,x9,y9,stroke="white",stroke_width=6) show(z) x6,y6=-20,-35 x7,y7=20,-35 z1=line(x6,y6,x7,y7,stroke_width=2,stroke="red") show(z1) c4=circle (r=5,x=-40,y=-60,fill="yellow") c5=circle (r=5,x=40,y=-60,fill="yellow") c6=circle(r=5,x=-65,y=-85,fill="yellow") c7=circle(r=5,x=65,y=-85,fill="yellow") c8=circle(r=10,x=-90,y=-110,fill="yellow") c9=circle(r=10,x=90,y=-110,fill="yellow") c10=circle(r=5,x=-90,y=-110,fill="blue") c11=circle(r=5,x=90,y=-110,fill="blue") show(c4,c5,c6,c7,c8,c9,c10,c11)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login