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
pookalam@rit
By
Sandra Viswanath
Run
c1=circle(r=150,fill="crimson",stroke="none") c6=circle(r=142,fill="brown",stroke="none") r1=rectangle(w=200,h=200,fill="orange",stroke="red",stroke_width=3)|repeat(15,rotate(50)) r2=rectangle(w=185,h=185,fill="yellow",stroke="yellow")|repeat(15,rotate(50)) r3=rectangle(w=170,h=170,fill="green",stroke="green")|repeat(15,rotate(50)) show(c1,c6,r1,r2,r3) e6=ellipse(w=10,h=5,x=5,fill="white",stroke="white",stroke_width=2)|repeat(18,rotate(20)) e2=ellipse(w=40,h=20,x=20,y=0,stroke="orange",stroke_width=4,fill="orange")|repeat(18,rotate(20)) e1=ellipse(w=30,h=15,x=17,y=0,stroke="red",stroke_width=2,fill="red")|repeat(18,rotate(20)) e3=ellipse(w=20,h=10,x=10,y=0,stroke="yellow",stroke_width=3,fill="yellow")|repeat(18,rotate(20)) c3=circle(r=45,fill="green",stroke="none") c4=circle(r=50,fill="orange",stroke="none") def square(color,side): return rectangle(w=side,h=side,fill=color,stroke="none") s1=square(side=90,color="green")|repeat(10,rotate(30)) c5=circle(r=90,fill="black",stroke="black") e4=ellipse(w=100,h=30,x=30,y=0,stroke="crimson",stroke_width=1,fill="orange")|repeat(18,rotate(20)) e5=ellipse(w=135,h=40,x=40,y=0,stroke="green",stroke_width=2,fill="crimson")|repeat(70,rotate(10)) r5=rectangle(w=130,h=130,fill="crimson",stroke="crimson")|repeat(18,rotate(30)) show(e5,c5,r5,e4,s1,c4,c3,e2,e1,e3,e6)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login