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
WhatsApp
By
Irfan
Run
r = rectangle(w=300, h=300, fill="#11b519", stroke = "none") #outer r1 = rectangle(w=35, h=35, x=-70, y=-70, fill="#11b519", stroke = "none") c1 = circle(stroke = "white", stroke_width = 15) l1 = line(-100,-100,-50,-85,stroke = "white", stroke_width = 15) l2 = line(-95,-103,-83,-50,stroke = "white", stroke_width = 15) l3 = line(-106,-102,-50,-85,stroke = "white", stroke_width = 15) l4 = line(-111,-105,-100,-55,stroke = "#11b519", stroke_width = 15) show(r,c1,r1,l2,l1,l3,l4) #call e = ellipse(w=80,h=120,stroke='white',stroke_width=20)|rotate(45) e1 = ellipse(w=80,h=120,x=10,fill='#11b519',stroke='none')|rotate(45) #p = polygon([point(10,-18),point(30,-38)],stroke_width=40,stroke="white") #p1 = polygon([point(10,-28),point(50,-48)],stroke_width=25,stroke="white") r2 = rectangle(w=40,h=30,x=0,y=-45,fill="white",stroke='none')|rotate(40) show(e,e1) e2 = ellipse(w=70,h=80,y=10,x=20,stroke='#11b519',stroke_width=20)|rotate(45) c2 = circle(r=16.3,x=41.5,y=-27,fill="white",stroke='none') r2 = rectangle(w=35,h=18,x=-5,y=-48,fill="white",stroke='none')|rotate(50) show(e2,c2,r2) c3 = circle(r=16.3,x=-24,y=44.5,fill="white",stroke='none') r3 = rectangle(w=40,h=17,x=2,y=48.5,fill="white",stroke='none')|rotate(50) c4 = circle(r=12.5,x=63,y=-3,fill="#11b519",stroke='#11b519') z1 = line(x1=58,y1=20,x2=60,y2=-50,stroke_width=4,stroke='#11b519') c9 =circle(r=10,x=-35,y=45,fill="white",stroke="none") c10 = circle(r=10,x=50, fill="#11b519", stroke="none") show(c3,r3,c4,z1,c9,c10)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login