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
3
New Sketch
By
Aysha PS
Run
r1=rectangle(w=300,h=100,x=0,y=-160,fill="darkorange",stroke="darkorange") r2=rectangle(w=160,h=100,x=120,y=-60,fill="Orange",stroke="orange") r3=rectangle(w=300,h=300,fill="#ffbb33",stroke="#ffbb33") r4=rectangle(w=300,h=180,x=0,y=80,fill="gold",stroke="gold") c=circle(r=70,x=45,y=-20,fill="gold",stroke="gold") z1=line(x1=100,y1=0,x2=100,y2=10,fill="#ffbb33",stroke="#ffbb33") show(r3,r4,r2,r1,c,z1) #cycle c1=circle(r=25,stroke_width=3.5,x=90,y=-90) c2=circle(r=25,stroke_width=3.5,x=0,y=-90) c3=circle(r=22,stroke_width=2,x=0,y=-90,stroke="DeepPink") c4=circle(r=22,stroke_width=2,x=90,y=-90,stroke="DeepPink") c5=circle(r=6,fill="white",stroke_width=1.8,x=90,y=-90) c6=circle(r=2,fill="black",x=90,y=-90) c7=circle(r=4.5,fill="black",x=0,y=-90) z1=line(x1=55,y1=-50,x2=40,y2=-75,stroke="LemonChiffon",stroke_width=3.5) show(c1,c2,c3,c4,c5,c6,c7,z1) p1=point(x=90,y=-90) p2=point(x=55,y=-50) p3=point(x=10,y=-35) p4=point(x=40,y=-75) shape=polygon([p1,p2,p3,p4],stroke="LemonChiffon",stroke_width=3.5) show(shape) z1=line(x1=125,y1=-10,x2=125,y2=20,stroke="orange",stroke_width=3.2) z2=line(x1=145,y1=-10,x2=145,y2=20,stroke="orange",stroke_width=3.2) z3=line(x1=135,y1=-10,x2=135,y2=20,stroke="orange",stroke_width=3.2) z4=line(x1=125,y1=20,x2=150,y2=20,stroke="orange",stroke_width=3.2) show(z1,z2,z3,z4) #front wheel vadi z5=line(x1=0,y1=-90,x2=15,y2=-25,stroke_width='3.2',stroke='#663300') z6=line(x2=15,y2=-25,x1=20,y1=-40,stroke='LemonChiffon',stroke_width='3.5') show(z5,z6)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login