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
kokarakooooooooo cutiepie with mutta
By
Aysha PS
Run
#komb s1 = ellipse(w=42, h=200, x=0, y=40, fill="red", stroke="red") s2 = ellipse(w=42, h=200, x=20, y=25, fill="red", stroke="red") s3 = ellipse(w=42, h=200, x=-20, y=25, fill="red", stroke="red") show(s1,s2,s3) #vaaal s4 = ellipse(w=30, h=100, x=60, y=70, fill="red", stroke="red") | rotate(310) s5 = ellipse(w=30, h=100, x=60, y=70, fill="red", stroke="red") | rotate(330) s6 = ellipse(w=30, h=100, x=60, y=70, fill="red", stroke="red") | rotate(300) show(s4,s5,s6) #leg r1 = rectangle(w=15, h=40, x=-40, y=-115,fill="BurlyWood",stroke="BurlyWood") r2 = rectangle(w=15, h=40, x=40, y=-115,fill="BurlyWood",stroke="BurlyWood") show(r1,r2) #main c1= circle(r=100,x=0,y=-20,fill="Gold",stroke="#ccad00") c2= circle(r=70,x=0,y=35,fill="Gold",stroke="#ccad00") show(c1,c2) #eyes c3=circle(r=15, x=-25, y=50,fill="white") c4=circle(r=7, x=-23, y=50,fill="black") c5=circle(r=15, x=25, y=50,fill="white") c6=circle(r=7, x=23, y=50,fill="black") show(c3,c4,c5,c6) #kaal viraluagl s7 = ellipse(w=32, h=10, x=-58, y=-126,fill="BurlyWood",stroke="BurlyWood") s8 = ellipse(w=32, h=10, x=58, y=-126,fill="BurlyWood",stroke="BurlyWood") show(s7,s8) s9 = ellipse(w=32, h=10, x=-50, y=-135,fill="BurlyWood",stroke="BurlyWood") s10 = ellipse(w=32, h=10, x=50, y=-135,fill="BurlyWood",stroke="BurlyWood") show(s10,s9) s11 = ellipse(w=32, h=10, x=-30, y=-126,fill="BurlyWood",stroke="BurlyWood") s12 = ellipse(w=32, h=10, x=30, y=-126,fill="BurlyWood",stroke="BurlyWood") show(s11,s12) #kokarakkakooo mouth p1 = point(x=-15, y=5) p3 = point(x=19, y=0) p4 = point(x=-12, y=-35) shape = polygon([p1, p3,p4], fill="red") show(shape) p1 = point(x=-16, y=6) p3 = point(x=20, y=0) p4 = point(x=-9, y=-28) shape = polygon([p1, p3,p4], fill="red") show(shape) #mutta s13= ellipse(w=42, h=50, x=-120,y=-18, fill="white") show(s13)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login