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
New Sketch
By
Aiswarya a
Run
#ground r = rectangle(w=350,h=200, x=0, y=-100, fill="#ECF0F1",stroke="none") show(r) #ground r = rectangle(w=350,h=200, x=0, y=100, fill="#212F3C",stroke="none") show(r) #stand c = circle(r=250, x=0, y=-320, fill="#154360") show(c) c = circle(r=200, x=0, y=-300, fill="#1F618D") show(c) #last round c=circle(x=-5,y=-100,r=50,fill="#F4F6F7") show(c) c=circle(x=-7.5,y=-95,r=45,fill="#FBFCFC",stroke="none") show(c) c=circle(x=-10,y=-90,r=40,fill="white",stroke="none") show(c) #second round c=circle(x=0,y=-65,r=40,fill="#F4F6F7") show(c) c=circle(x=-2.5,y=-60,r=35,fill="#FBFCFC",stroke="none") show(c) c=circle(x=-5,y=-55,r=30,fill="white",stroke="none") show(c) #first round c=circle(x=5,y=-25,r=30,fill="#F4F6F7") show(c) c=circle(x=7.5,y=-20,r=25,fill="#FBFCFC",stroke="none") show(c) c=circle(x=10,y=-15,r=20,fill="white",stroke="none") show(c) #eyes d=circle(x=-10,y=-15,r=5)+circle(x=-10,y=-15,r=2.5,fill="black") show(d) d=circle(x=15,y=-17.5,r=5)+circle(x=15,y=-17.5,r=2.5,fill="black") show(d) #nose c=circle(x=2.5,y=-30,r=5,fill="#D35400",stroke="none") show(c) c=circle(x=-0,y=-28,r=4,fill="#E67E22",stroke="none") show(c) c=circle(x=-1.5,y=-26,r=3,fill="#F39C12",stroke="none") show(c) #mouth c1=circle(x=6,y=-42,r=1) c2=circle(x=5,y=-43,r=1) c3=circle(x=4,y=-44,r=1) c4=circle(x=3,y=-45,r=1) c5=circle(x=2,y=-46,r=1) c6=circle(x=1,y=-45,r=1) c7=circle(x=0,y=-44,r=1) c8=circle(x=-1,y=-43,r=1) c9=circle(x=-2,y=-42,r=1) c10=circle(x=-3,y=-41,r=1) show(c1,c2,c3,c4,c5,c6,c7,c8,c9,c10) #horns p1=point(-10,0) p2=point(-3,0) p3=point(-15,25) p=polygon([p1,p2,p3],fill="red") show(p) p1=point(20,0) p2=point(13,0) p3=point(25,25) p=polygon([p1,p2,p3],fill="red") show(p) #hand x1,y1=(-25,-75) x2,y2=(-60,-50) x3,y3=(-100,-0) z1=line(x1,y1,x2,y2) z2=line(x2,y2,x3,y3) show(z1,z2) x1,y1=(25,-75) x2,y2=(60,-50) x3,y3=(100,-0) z1=line(x1,y1,x2,y2) z2=line(x2,y2,x3,y3) show(z1,z2) #moon c2= circle(r=30,x=-100,y=100,fill="#FBFCFC") show(c2) #written print("happy christmas")
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login