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
New Sketch
By
Ibrahim
Run
c1 = circle(x=0,y=0,r=150,fill="red",stroke="none") c3=circle(r=143,fill="orange") c4=circle(r=136,fill="Yellow") c5=circle(r=129,fill="Green") c6=circle(r=122,fill="blue") c7=circle(r=117,fill="indigo") c8=circle(r=110,fill="violet") f=(2*(150**2))**0.5 r1=rectangle(w=f,h=f,fill="pink",stroke="none")|rotate(45)|scale(x=0.5)|repeat(8,rotate(45)) c2=circle(r=100,fill='yellow',stroke='none') dot= circle(r=10,y=115,fill="green",stroke="#000000") dotin = circle(r=5,y=115,fill="red",stroke="#000000") dotc = dot+dotin dotc2 = dotc | translate(y=-230) kp = dotc+dotc2 | repeat(4,rotate(45)) s5=rectangle(w=200,h=70,fill="DarkKhaki ",stroke="none")|rotate(45)|scale(x=0.5)|repeat(8,rotate(45)) a4 = circle(r=75,fill="red",stroke="none",stroke_width=3) a1 = rectangle(x=0,w=105,h=105,fill="orange",stroke="none",stroke_width=2) | repeat(3,rotate(45)) a2 = rectangle(x=0,w=80,h=80,fill="yellow",stroke="none",stroke_width=2) | repeat(4,rotate(68.75)) a3 = rectangle(x=0,w=65,h=65,fill="#FF8F00",stroke="none",stroke_width=2) | repeat(8,rotate(75)) show(c1,c3,c4,c5,c6,c7,c8,r1,c2,kp,s5,a4,a1,a2,a3)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login