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
#YENNUMYELLOW
By
Abdul Musawir ap
Run
r1 = rectangle(h=300 , w=300 ,fill="#3bdbff") show(r1) l1 = line(x1=-138,y1=15 , x2=-90,y2=15 ,stroke_width=5) l2 = line(x1=-140,y1=-15 , x2=-93,y2=-15,stroke_width=5) l3 = line(x1=-130,y1=-30 , x2=-125,y2=30,stroke_width=5) l4 = line(x1=-105,y1=-30 , x2=-100,y2=30,stroke_width=5) show(l1,l2,l3,l4) y1 = line(x1=-80,y1=30 , x2=-70,y2=0,stroke_width=5) y2 = line(x1=-60,y1=30 , x2=-70,y2=0,stroke_width=5) y3 = line(x1=-70,y1=-30 , x2=-70,y2=0,stroke_width=5) e1 = line(x1=-52,y1=30 , x2=-30,y2=30,stroke_width=5) e2 = line(x1=-52,y1=0 , x2=-30,y2=0,stroke_width=5) e3 = line(x1=-52,y1=-30 , x2=-30,y2=-30,stroke_width=5) e4 = line(x1=-50,y1=30 , x2=-50,y2=-30,stroke_width=5) show(y1,y2,y3,e1,e2,e3,e4) L1 = line(x1=-22,y1=32 , x2=-22,y2=-32,stroke_width=5) L2 = line(x1=-22,y1=-30 , x2=2,y2=-30,stroke_width=5) L3 = line(x1=7,y1=33 , x2=7,y2=-33,stroke_width=5) L4 = line(x1=7,y1=-30 , x2=27,y2=-30,stroke_width=5) show(L1,L2,L3,L4) c1 = circle(x=42, y=15, r=15 ,stroke="yellow" , fill="yellow") c2 = circle(x=70, y=15, r=15 ,stroke="yellow" , fill="yellow") show(c1,c2) p1 = point(x=28,y=9) p2 = point(x=56,y=-25) p3 = point(x=84,y=9) p4 = point(x=56,y=18) shape = polygon([p1,p2,p3,p4],stroke="yellow" , fill="yellow") show(shape) w1 = line(x1=92,y1=30 , x2=102,y2=-30 ,stroke_width=5) w2 = line(x1=102,y1=-30 , x2=112,y2=15 ,stroke_width=5) w3 = line(x1=122,y1=-30 , x2=112,y2=15 ,stroke_width=5) w4 = line(x1=122,y1=-30 , x2=132,y2=30 ,stroke_width=5) show(w1,w2,w3,w4)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login