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
Akshay
Run
c = circle(r=100,fill="#ffcf8c") c1 = circle(r=20,x=-50,y=30,fill="black",stroke="none") c2 = circle(r=20,x=50,y=30,fill="black",stroke="none") l= line(x1=0,y1=0,x2=0,y2=-60) r1= line(x1=0,y1=-20,x2=50,y2=-20) r2= line(x1=0,y1=-30,x2=50,y2=-30) r3= line(x1=0,y1=-40,x2=50,y2=-40) l1= line(x1=0,y1=-20,x2=-50,y2=-20) l2= line(x1=0,y1=-30,x2=-50,y2=-30) l3= line(x1=0,y1=-40,x2=-50,y2=-40) e1=ellipse(w=25,h=8,fill="black") el=ellipse(w=10,h=40,x=-50,y=100,fill="black") er=ellipse(w=10,h=40,x=50,y=100,fill="black") e=ellipse(w=60,h=30,y=-60,fill="white") show(c,c1,c2,l,l1,l2,l3,r1,r2,r3,e,e1,el,er)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login