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
Toy
By
ARAVIND ASHOK
Run
c1=circle(x=0,y=25,r=24,fill="lightgreen",stroke="none") c4=circle(x=-10,y=25,r=5,fill="black",stroke="none") c5=circle(x=10,y=25,r=5,fill="black",stroke="none") show(c1,c4,c5) g1=ellipse(x=0,y=-36,w=48,h=75,fill="red",stroke="none") g6=ellipse(x=0,y=8,w=14,h=10,fill="red",stroke="none") g2=ellipse(x=18,y=-76,w=10,h=25,fill="blue",stroke="none") g3=ellipse(x=-18,y=-76,w=10,h=25,fill="blue",stroke="none") g4=ellipse(x=-35,y=-18,w=25,h=10,fill="blue",stroke="none") g5=ellipse(x=35,y=-18,w=25,h=10,fill="blue",stroke="none") c2=circle(x=20,y=47,r=5,fill="pink",stroke="none") c3=circle(x=-20,y=47,r=5,fill="pink",stroke="none") show(c2,c3) show(g1,g2,g3,g4,g5,g6)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login