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
2
grrrrinch
By
Elizabeth Rachel Yohannan
Run
#background b=rectangle(w=300,h=300,fill="black",stroke="none") show(b) # ornament #circle c = circle(r=40, x=50, y=-90, fill= "#800000", stroke="none") show(c) c2= circle(r=15, x=30, y=-100, fill = "#990012", stroke="none") show(c2) c3= circle(r=5, x=23, y=-100, fill = "#A52A2A", stroke="none") show(c3) c4= circle(r=2, x=20, y=-100, fill = "#F9966B", stroke="none") show(c4) r= rectangle(w=2, h=8, x=82, y=-80, fill="#F9966B", stroke="none" ) show(r) #hanging p1 = point(x=40,y=-50) p2 = point(x=50, y=-48) p3 = point(x=55, y=-50) shape = polygon ([p1,p2,p3], stroke = "gold") show(shape) #hand e1= point(x=-150, y=150) e2= point(x=-120, y=50) e3= point(x= -20, y=110) e4= point(x=-30, y=60) e5= point(x=-100, y=-20) e6= point(x=-130,y= -40) e7= point(x=-150,y= -10) shape1 = polygon([e1,e2,e3,e4,e5,e6,e7], fill= "#990012",stroke="none") show(shape1) r1 = point(x=-35, y=105) r3 = point(x= 60, y=60) r4= point(x= 50, y=-40) shape2 = polygon([r1,r3,r4], fill= "#728C00") show(shape2) t1= point(x=40, y=30) t2= point(x=20, y=40) t3= point(x=50, y=-30) shape3 = polygon([t1,t2,t3], fill = "black", stroke = "none" ) show(shape3) o= rectangle(x=-30,y=70, h=50, w=30, fill ="#728C00", stroke = "none") show(o) j1= point(x=55, y=63) j2= point(x=90, y=35) j3= point(x=110, y=45) j4= point(x=125, y=60) j5= point(x=90, y=25) j6= point(x=57, y=35) shape5 = polygon ([j1,j2,j3,j4,j5,j6],fill ="#728C00", stroke = "none") show(shape5) v1= point(x=55,y=44) v2= point(x=80, y=10) v3= point(x=110, y=0) v4= point(x=120, y=-2) v5 = point(x=80, y=0) v6= point(x=55, y=20) shape6 = polygon([v1,v2,v3,v4,v5,v6], fill = "#728C00", stroke = "none" ) show(shape6) b1= point(x=55, y=20) b2= point(x=100, y=-20) b3= point(x=130, y=-60) b4= point(x=100, y=-30) b5= point(x=55, y=5) shape7 = polygon([b1,b2,b3,b4,b5], fill = "#728C00",stroke = "none") show(shape7) c1= ellipse(x= -30, y=70, w=50, h=80, fill= "white", stroke = "none") show(c1) m1= point(x=-55, y=80) m2= point(x=-5, y= 90) m3= point(x=0, y=50) m4= point(x=-50, y=45) shape10 = polygon([m1,m2,m3,m4], fill = "#728C00",stroke = "none") show(shape10) z= line(x1=60, y1=60,x2=50, y2=-40, stroke_width=4, stroke ="#9DC209" ) show(z) z2= line(x1=-10, y1=90,x2=60, y2=60, stroke_width=4, stroke ="#9DC209" ) show(z2) z3= line(x1=-10, y1=90,x2=60, y2=60, stroke_width=4, stroke ="#9DC209" ) show(z3) z4 = line(x1=50, y1=-40, x2=50, y2=-45,stroke_width=4, stroke = "gold") show(z4)
Comments
AP
Aysha PS
3 years ago
Post
Dismiss
woww...beautiful one
woww...beautiful one
Want to discuss?
Post it here, our mentors will help you out.
Login