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
Gayatri
Run
c1 = circle(r=150,fill="black") 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) r = rectangle(h=300,w=300,fill="#f5d576") s = rectangle(w=60, h=60,stroke="red") | repeat(9, rotate(10)) c = circle(r=2,y=45,fill="blue",stroke="green",strokw_width=2)| repeat(36 ,rotate(10)) e =ellipse(w=10, h=20,y=20,stroke="green")| repeat(36 ,rotate(10)) c2 = circle(r=2,y=5,fill="purple")| repeat(6 ,rotate(60)) c3 = circle(r=25,y=50,stroke="#960867",stroke_width=2)|repeat(36,rotate(10)) c4 = ellipse (w=20,h=30,y=50,stroke="#03b6fc",stroke_width=1.5)|repeat(36,rotate(10)) c5 = ellipse (w=10,h=20,y=90,fill="blue",stroke="green",stroke_width=2)|repeat(36,rotate(10)) show(r,c1,r1,r2,r3,r4,s,c,e,c2,c3,c4,c5)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login