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
Meghzzz
By
Meghasyam
Run
r=rectangle(w=300,h=300,fill='#F1ECC3') show(r) c = circle(r=145,fill='black',stroke='none') show(c) r1=rectangle(w=200,h=200,fill='#dd2f23',stroke='none') r2=r1|repeat(40,rotate(60)) show(r2) r3=rectangle(w=180,h=180,fill='#f28509',stroke='none') r4=r3|repeat(20,rotate(30)) show(r4) r5=rectangle(w=160,h=160,fill='#f6ff0a',stroke='none') r6=r5|repeat(20,rotate(30)) show(r6) r7=rectangle(w=140,h=140,fill='#f9ff5b',stroke='none') r8=r7|repeat(20,rotate(30)) show(r8) r9=rectangle(w=120,h=120,fill='white',stroke='none') r10=r9|repeat(20,rotate(30)) show(r10) r11=rectangle(w=100,h=100,fill='#77076e',stroke='none') r12=r11|repeat(20,rotate(30)) show(r12) c1=circle(r=58,fill='#0b4c06',stroke='none') show(c1) e=ellipse(w=115,h=50,fill='red',stroke='none') e1=e|repeat(5,rotate(60)) show(e1) #e=ellipse(w=210,h=70) #e1=e|repeat(3,rotate(60)) #show(e1)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login