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
Doraemon
By
Akash v v k
Run
c =ellipse(h=190,w=180,fill="#19abff") c1=ellipse(x=0,y=-25,h=127,w=150,fill="white") c2=ellipse(x=25,y=25,h=60,w=50,fill="white") c3=ellipse(x=-25,y=25,h=60,w=50,fill="white") c4=circle(x=12,y=12,r=5,fill="black") c5=circle(x=-12,y=12,r=5,fill="black") c6=circle(y=-2,r=10,fill="red") c7=circle(y=-0.5,x=-4,fill="white",r=5) r=rectangle(y=-8,h=42,w=122,fill="white",stroke="none") c8=ellipse(y=-30,x=0,h=90,w=120,fill="red") c9=ellipse(y=-58.5,h=30,w=85,fill="red") l=(line(x1=0,y1=-10,x2=0,y2=-32)) show(c,c1,c8,r,c2,c3,c4,c5,c6,c7,l,c9) l2=(line(x1=15,y1=-15,x2=55,y2=0)) l3=line(x1=15,y1=-25,x2=55,y2=-25) #l4=line(x1=15,y1=-40,x2=55,y2=-50) #l5=line(x1=-15,y1=-40,x2=-55,y2=-50) l6=line(x1=-15,y1=-25,x2=-55,y2=-25) l7=line(x1=-15,y1=-15,x2=-55,y2=0) show(l2,l3,l6,l7)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login