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
By
Ameena
Run
a=rectangle (w=100,h=100,x=-50,y=-50,fill="green") show(a) b=line(x1=-100,y1=0,x2=-50,y2=50) show(b) c=line(x1=-50,y1=50,x2=0,y2=0) show(c) p1=point(x=-100,y=0) p2=point(x=-50,y=50) p3=point(x=0,y=0) shape=polygon ([p1,p2,p3],fill="grey") show(shape) d=rectangle (w=25,h=50,x=-75,y=-75,fill="black") show(d) e=circle(r=4,x=-83,y=-75,fill="green") show (e) d=rectangle (w=15,h=15,x=-32.2,y=-32.2,stroke_width=2) show(d) f=rectangle (w=15,h=15,x=-15.2,y=-15.2,stroke_width=2) show(f) g=rectangle (w=50,h=100,x=25,y=-50,fill="green") show(g) h=rectangle (w=100,h=50,x=0,y=25,fill="grey") show(h) show(shape)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login