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
Pookalam 1
By
LAYANA S
Run
s1=circle (x=50,y=0,r=50) s2=s1| rotate(90) s3=s1| rotate(180) s4=s1| rotate(270) show(s1,s2,s3,s4) r1=rectangle(w=100,h=100,fill="#a10000",stroke="none")|repeat(10,rotate(10)) r2=rectangle(w=90,h=90,fill="#ffee6b", stroke="none")|rotate(15)|repeat(10,rotate(10)) r3=rectangle(w=80,h=80,fill="#ff8503",stroke="none")|rotate(20)|repeat(10,rotate(10)) r4=rectangle(w=70,h=70,fill="#003b0e", stroke="none")|rotate(25)|repeat(10,rotate(10)) r5=rectangle(w=60,h=60,fill="#fffded", stroke="none")|rotate(30)|repeat(10,rotate(10)) r6=rectangle(w=50,h=50,fill="#e8e410",stroke="none")|rotate(35)|repeat(10,rotate(10)) show(r1,r2,r3,r4,r5,) c1=circle(r=40,fill="red", stroke="red") show(c1)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login