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
New Sketch
By
Cinta S Daniel
Run
c1 = circle(r=148,fill="black") show(c1) r1 = rectangle (w=210,h=210,fill=" Dark Red", stroke=" Dark Red") | repeat (10,rotate(50)) r2 = rectangle (w=195,h=195,fill="red", stroke="red")|rotate(15) | repeat (10,rotate(50)) r3 = rectangle (w=180,h=180,fill="orange", stroke="orange")|rotate(0) | repeat (10,rotate(50)) r4 = rectangle (w=162,h=162,fill="yellow", stroke="yellow")|rotate(15) | repeat (10,rotate(50)) c2 = circle(r=105,fill=" green",stroke="green",stroke_width=3) show (r1,r2,r3,r4,c2) r5 = rectangle (w=145,h=145,fill="yellow", stroke="yellow") | repeat (5,rotate(60)) r6 = rectangle (w=145,h=145,fill="red", stroke="red")|rotate(15) | repeat (5,rotate(60)) r7 = rectangle (w=110,h=110,fill="orange", stroke="orange")|rotate(0) | repeat (5,rotate(60)) r8 = rectangle (w=90,h=90,fill="yellow", stroke="yellow")|rotate(15) | repeat (5,rotate(60)) c3 = circle(r=50,fill="yellow",stroke="black",stroke_width=2) show (r5,r6,r7,r8,c3) s1 = circle (r=24) s2 = circle (x=0,y=24, r=24, fill = color(r=10,g=10,b=0,a=0.2)) s3 = s2| rotate (60) s4 = s3| rotate (60) s5 = s4| rotate (60) s6 = s5| rotate (60) s7 = s6| rotate (60) c9=circle(r=5,fill="red") c3=circle(r=5,fill="green")|translate(x=80)|repeat(12,rotate(30)) c1=circle(r=3,fill="red")|translate(x=60)|repeat(12,rotate(30)) c2=circle(r=2,fill="red")|translate(x=35)|repeat(12,rotate(40)) c5=circle(r=1,fill="green") show(c9,c3,c1,c2,c5) show (s1,s2,s3,s4,s5,s6,s7) e5=ellipse(w=15,h=15,x=0,y=15,fill="red") | repeat(7, rotate(51.4)) show(e5)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login