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
Happy Onam
By
Ibrahim
Run
c=circle(r=140,fill='black') def outer(side,color): return rectangle(w=side,h=side,fill=color,stroke ="none") red=outer(side=189,color="#ff0000")|rotate(5)|repeat(10,rotate(10)) s1 = ellipse(fill="yellow",stroke="none",w=250,h=100) s2 = s1 | rotate(45) s3 = s1 | rotate(90) s4 = s1 | rotate(135) s5=ellipse(w=50,h=100/3,fill="orange",x=-50) | repeat(10, rotate(36)) c1=circle(r=30,fill='gray') c2=circle (r=90,fill='lightgreen',stroke='teal',stroke_width=7) dot= circle(r=10,y=115,fill="#2e7502",stroke="#000000") dotin = circle(r=5,y=115,fill="#f2cf07",stroke="#000000") dotc = dot+dotin dotc2 = dotc | translate(y=-230) kp = dotc+dotc2 | repeat(4,rotate(45)) s10= ellipse(x=20, y=0, w=20 ,h=12, fill= "orange",stroke_width = 3) | repeat(9, rotate(45)) circle=circle(r=10,fill='red') show(c,red,s1,s2,s3,s4,kp,c2,s5,c1,s10,circle)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login