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
bayangara veyil.... kolaaykn but its okkay
By
Aysha PS
Run
#sea end level r = rectangle(w=350,h=200, x=0, y=-100, fill="Cyan", a=0.7, stroke="CadetBlue",stroke_width=0.5) show(r) #iland c = circle(r=250, x=0, y=-320, fill="ForestGreen") show(c) #shade behind sun c5 = color(r=255, g=215,b=0,a=0.8) r1= rectangle(w=450, h=150, x=0, y=75, fill=c5) show(r1) p1 = point(x=0, y=102) p2 = point(x=-308, y=0) p3 = point(x=308, y=0) #hape = polygon[(p1, p2, p3)] #how(shape) #sun c1 = circle(r=28, x=0, y=75, fill="Orange", stroke="#ff8c1a") show(c1) #tree1 z1 = line(x1=-0, y1=-71, x2=-15, y2=-50, stroke="Brown", stroke_width=8) z2 = line(x1=-15, y1=-50, x2=-25, y2=-25, stroke="Brown", stroke_width=8) z3 = line(x1=-25, y1=-25, x2=-32, y2=-0, stroke="Brown", stroke_width=8) z4 = line(x1=-32, y1=0, x2=-33, y2=18, stroke="Brown", stroke_width=8) show(z1,z2,z3,z4) #tree2 z1 = line(x1=-0, y1=-71, x2=15, y2=-50, stroke="Brown", stroke_width=8) z2 = line(x1=15, y1=-50, x2=25, y2=-25, stroke="Brown", stroke_width=8) z3 = line(x1=25, y1=-25, x2=32, y2=-0, stroke="Brown", stroke_width=8) z4 = line(x1=32, y1=0, x2=33, y2=18, stroke="Brown", stroke_width=8) show(z1,z2,z3,z4) #coconuttree leaves left z5 = line(x1=-33,y1=30, x2=-55, y2=0, stroke="OliveDrab",stroke_width=2.5) z6= line(x1=-55, y1=0, x2=-48,y2=-12, stroke="OliveDrab",stroke_width=2.5) z7= line(x1=-48, y1=-12, x2=-42,y2=-23, stroke="OliveDrab",stroke_width=2.5) show(z5,z6,z7) z5 = line(x1=-33,y1=30, x2=-60,y2=13,stroke="OliveDrab",stroke_width=2.5) z6= line(x1=-60, y1=13, x2=-70,y2=-12, stroke="OliveDrab",stroke_width=2.5) z7= line(x1=-70, y1=-12, x2=-62,y2=-27, stroke="OliveDrab",stroke_width=2.5) show(z5,z6,z7) z5 = line(x1=-32,y1=31, x2=-60,y2=52,stroke="OliveDrab",stroke_width=2.5) z6= line(x1=-60, y1=52, x2=-85,y2=25, stroke="OliveDrab",stroke_width=2.5) z7= line(x1=-85, y1=25, x2=-82,y2=-7, stroke="OliveDrab",stroke_width=2.5) show(z5,z6,z7) z5 = line(x1=-32,y1=31, x2=-15,y2=15,stroke="OliveDrab",stroke_width=2.5) z6= line(x1=-15, y1=15, x2=-17,y2=-10, stroke="OliveDrab",stroke_width=2.5) show(z5,z6) z5 = line(x1=-32,y1=31, x2=-15,y2=55,stroke="OliveDrab",stroke_width=2.5) z6= line(x1=-15, y1=55, x2=-1,y2=25, stroke="OliveDrab",stroke_width=2.5) show(z5,z6) #leaves on right z5 = line(x1=33,y1=30, x2=55, y2=0, stroke="OliveDrab",stroke_width=2.5) z6= line(x1=55, y1=0, x2=48,y2=-12, stroke="OliveDrab",stroke_width=2.5) z7= line(x1=48, y1=-12, x2=42,y2=-23, stroke="OliveDrab",stroke_width=2.5) show(z5,z6,z7) z5 = line(x1=33,y1=30, x2=60,y2=13,stroke="OliveDrab",stroke_width=2.5) z6= line(x1=60, y1=13, x2=70,y2=-12, stroke="OliveDrab",stroke_width=2.5) z7= line(x1=70, y1=-12, x2=62,y2=-27, stroke="OliveDrab",stroke_width=2.5) show(z5,z6,z7) z5 = line(x1=32,y1=31, x2=60,y2=52,stroke="OliveDrab",stroke_width=2.5) z6= line(x1=60, y1=52, x2=85,y2=25, stroke="OliveDrab",stroke_width=2.5) z7= line(x1=85, y1=25, x2=82,y2=-7, stroke="OliveDrab",stroke_width=2.5) show(z5,z6,z7) z5 = line(x1=32,y1=31, x2=15,y2=15,stroke="OliveDrab",stroke_width=2.5) z6= line(x1=15, y1=15, x2=17,y2=-10, stroke="OliveDrab",stroke_width=2.5) show(z5,z6) z5 = line(x1=32,y1=31, x2=15,y2=55,stroke="OliveDrab",stroke_width=2.5) z6= line(x1=15, y1=55, x2=5,y2=25, stroke="OliveDrab",stroke_width=2.5) show(z5,z6) #cocunut on tree1 c2= circle(r=5, x=-30, y=25, fill="Chocolate", stroke="brown") c3= circle(r=5, x=-40, y=25, fill="Chocolate", stroke="brown") c4= circle(r=5, x=-35, y=35, fill="Chocolate", stroke="brown") show(c2,c3,c4) #cocunut on tree2 c2= circle(r=5, x=30, y=25, fill="Chocolate", stroke="brown") c3= circle(r=5, x=40, y=25, fill="Chocolate", stroke="brown") c4= circle(r=5, x=35, y=35, fill="Chocolate", stroke="brown") show(c2,c3,c4) #grass on left side z7= line(x1=-0, y1=-71, x2=-8, y2=-52,stroke="MediumSeaGreen", stroke_width=2.5) z8=line(x1=-0, y1=-71, x2=8, y2=-52,stroke="MediumSeaGreen", stroke_width=2.5) z9=line(x1=-0, y1=-71, x2=1, y2=-52,stroke="MediumSeaGreen", stroke_width=2.5) z10 =line(x1=-0, y1=-71, x2=-12, y2=-52,stroke="MediumSeaGreen", stroke_width=2.5) show(z7,z8,z9,z10) z11 = line(x1=-49, y1=-75, x2=-50, y2=-53,stroke="MediumSeaGreen", stroke_width=2.5) z12 = line(x1=-48, y1=-75, x2=-45, y2=-56,stroke="MediumSeaGreen", stroke_width=2.5) z13 = line(x1=-49, y1=-75, x2=-56, y2=-59,stroke="MediumSeaGreen", stroke_width=2.5) show(z11,z12,z13) z13 = line(x1=-84, y1=-83,x2=-84, y2=-59,stroke="MediumSeaGreen", stroke_width=2.5) z14 = line(x1=-84, y1=-83,x2=-92, y2=-61,stroke="MediumSeaGreen", stroke_width=2.5) z15 = line(x1=-84, y1=-83,x2=-99, y2=-69,stroke="MediumSeaGreen", stroke_width=2.5) show(z13,z14,z15) #grass at right side z11 = line(x1=49, y1=-75, x2=50, y2=-53,stroke="MediumSeaGreen", stroke_width=2.5) z12 = line(x1=48, y1=-75, x2=45, y2=-56,stroke="MediumSeaGreen", stroke_width=2.5) z13 = line(x1=49, y1=-75, x2=56, y2=-59,stroke="MediumSeaGreen", stroke_width=2.5) show(z11,z12,z13) z13 = line(x1=84, y1=-83,x2=84, y2=-59,stroke="MediumSeaGreen", stroke_width=2.5) z14 = line(x1=84, y1=-83,x2=92, y2=-61,stroke="MediumSeaGreen", stroke_width=2.5) z15 = line(x1=84, y1=-83,x2=99, y2=-69,stroke="MediumSeaGreen", stroke_width=2.5) show(z13,z14,z15)
Comments
Vishal Arya
3 years ago
Post
Dismiss
Beautiful. Loved it ❤️❤️🔥
Beautiful. Loved it ❤️❤️🔥
Want to discuss?
Post it here, our mentors will help you out.
Login