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
Adarsh K
Run
c1 = circle(r=150,fill="black") c2=circle(r=74,fill="",stroke="white",stroke_width=20) c3=circle(r=37,fill="white") c4=circle(r=60,stroke='white',stroke_width=6) r1=rectangle(w=205,h=205,fill="red",stroke="red") | repeat(25,rotate(40)) r2=rectangle(w=185,h=185,fill="orange",stroke="orange")|rotate(15)|repeat(25,rotate(40)) r3=rectangle(w=165,h=165,fill="gold",stroke="gold")|repeat(25,rotate(40)) r4=rectangle(w=145,h=145,fill="yellow",stroke="yellow")|rotate(15)|repeat(25,rotate(40))|scale(0.98) r5 = rectangle( w=130, h=130, fill= "white", stroke="LightGrey" ) | rotate(15)| repeat( 25, rotate(40) ) | scale(0.98) el1=ellipse(x=0,y=0,fill="red",stroke="none")|repeat(6,rotate(30)) flower = ellipse(x=0, y=10, w=10, h=20, fill="gold") | repeat(15, rotate(30)) | translate(x=70, y=0) | repeat(15, rotate(90)) c6=circle(r=30,stroke="red",stroke_width=3) c7=circle(r=78,stroke="red",stroke_width=3) c8=circle(r=7,fill="green") r6=rectangle(w=25,h=25,fill="DarkViolet")|rotate(8)|repeat(8,rotate(40))|scale(1) flower1= ellipse(x=0, y=0, w=12, h=23, fill="yellow") | repeat(15, rotate(30)) | translate(x=0, y=0) | repeat(15, rotate(90)) show(c1,r1,r2,r3,r4,r5,el1,c2,c3,c4,c7,flower,c6,r6,flower1,c8)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login