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
1
cs2b lovebin
By
Lovebin Robin
Run
c1=circle(r=104,stroke_width='6.5',stroke='#7CFC00') r1=rectangle(w=140,h=144,stroke_width='6.5',stroke='#fd6c9e') r2=rectangle(w=140,h=144,stroke_width='6.5',stroke='#FF2400') r3=rectangle(w=140,h=144,stroke_width='6.5',stroke='#228B22') r4=r1|rotate(90) r5=r2|rotate(60) r6=r3|rotate(120) p1=point(x=0, y=85) p2=point(x=-23, y=99.3) p3=point(x=23, y=99.3) shape=(polygon([p1, p2, p3],fill='#ffd300',stroke_width=0)) shape1=shape|repeat(6,rotate(60.5)) p4=point(x=-46, y=71) p5=point(x=-71, y=75) p6=point(x=-33, y=96.5) shape2=(polygon([p4, p5, p6],fill='#F28500',stroke_width=0)) shape3=shape2|repeat(6,rotate(59.987)) e1=ellipse(w=18,h=158,fill="#FF5349",stroke_width=0)|repeat(4,rotate(90)) e2=ellipse(w=18,h=120,fill="orange",stroke_width=0)|repeat(4,rotate(60)) e3=ellipse(w=12,h=85,fill="#fff44f",stroke_width=0)|repeat(6,rotate(45)) c2=circle(r=14,stroke_width=3,stroke='#FFFAFA') c3=circle(r=7,fill='#ff69b4') p7=point(x=-13, y=72) p8=point(x=-28,y=65) p9=point(x=-83, y=8) p10=point(x=-44, y=-58) p11=point(x=44, y=-58) p12=point(x=28, y=64) p13=point(x=79, y=0) p14=point(x=-44, y=55) p15=point(x=54, y=46.5) p16=point(x=0, y=-78) p17=point(x=-49, y=-55) p18=point(x=0, y=84) shape4=(polygon([p7, p8, p14, p9, p10, p17, p16, p11, p13, p15, p12, p18],fill='purple',stroke_width=0)) c4=circle(r=5,x=40,y=44,fill='white',stroke_width=0) c5=c4|repeat(20,rotate(60)) show(c1,r4,r5,r6,shape1,shape3,shape4,e1,e2,e3,c2,c3,c5)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login